User forums > Using Code::Blocks
Codeblocks does not create DLL file.
rnodal:
Hello all:
I recently decided to go from Linux to Windows to pretty much check the performance of my library across both operating system. The problem is that I'm trying to create a dll out of my library in windows and while it compiles and built I can't find the dll file even though Codeblocks tells me it has created one. All I find is the a file but that's it. What could be causing this. Code problems or Codeblocks mis-configured? Any input would be appreciated. Thanks!
-r
Jenna:
I guess it's a misconfiguration.
You can build a sample dll with the wizard and look at the code ,the Build options and the Projects properties to see what settings are needed to build a dll.
rnodal:
I just noticed that it is giving me some sort of error.
--- Code: ---Cannot export SDL_image_NULL_THUNK_DATA: symbol not found
--- End code ---
Is this error supposed to stop the building of a dll process?
-r
rnodal:
I found the problem.
My macro to determine to export or to import was spelled correctly. :oops:
Thanks all.
rnodal:
Quick question. How do I place *.a files somewhere else different from *.dll files?
Thanks.
Navigation
[0] Message Index
[#] Next page
Go to full version