DLL build error

BlitzMax Forums/BlitzMax Programming/DLL build error

JoshK(Posted 2007) [#1]
Any ideas? The .def file doesn't list any functions to export, I am just testing some basic compile stuff right now. Other modules work fine.
Linking:dll07.dll
Cannot export .idata$4: symbol not found
Cannot export .idata$5: symbol not found
Cannot export .idata$6: symbol not found
Cannot export .text: symbol not found
Cannot export ⌂Newton_NULL_THUNK_DATA: symbol not found
Creating library file: C:/Docume~1/Joshua/Desktop/Engine/dll07.a
Build Error: Failed to link C:/Docume~1/Joshua/Desktop/Engine/dll07.dll
C:\Documents and Settings\Joshua\Desktop\Engine>pause
Press any key to continue . . .



Dreamora(Posted 2007) [#2]
As it clearly shows the errors I would say unless those are fixed its hard to say what is going wrong.


JoshK(Posted 2007) [#3]
It does not clearly show the errors. I do not know what all these symbols are.

The DLL compiled successfully when I added a single function to the EXPORTS. But I have compiled empty DLLs before.