Okay, let me preface this by saying that I am no expert and may be asking a stupid question. For that, I'm sorry but I would really appreciate any help you can provide.
I am accustomed to and have been using Borland 4.5 IDE. I am considering a move to Pelles and am so far quite pleased with it. I am having problems making the transition with the following. I have two projects. One produces a DLL using the __stdcall convention. The other calls and tests the DLL. I have both projects set up in Pelles and have the DLL project compiling properly and, by all appearances, producing a valid DLL. In the other project, testdll.exe, I am getting the following build errors:
Unresolved external symbol '_DLLNAME@16'.
POLINK: error: Unresolved external symbol '_WinMain@16'.
I have searched the forum and have found some things but none of the things I've tried have resolved the issue. I am sure it is something quite simple but I cannot seem to figure it out. In the Borland compiler, I used a def file to import the external. That does not seem to work here. I know in VS you set the imports in the options dialogs. I don't see where I would do that in Pelles.