Welcome, Guest. Please login or register.

Author Topic: StormC 3.0 linker error  (Read 3304 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PiR

  • Full Member
  • ***
  • Join Date: Apr 2003
  • Posts: 148
    • Show all replies
Re: StormC 3.0 linker error
« on: November 13, 2003, 12:03:09 PM »
Hi

I think you're missing some #pragmas
It looks like compiler generates the standard call for DoGadgetMethod and then it tries to locate it somewhere.
However if this is .library function it should generate different assembler instruction, that should stop the linker complaining.

As an example look at the exec functions:
They're declared as regular functions, but they also have their #pragma entries.

Good luck