Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
DLL creation with Visual C++ Toolkit 2003
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: DLL creation with Visual C++ Toolkit 2003 (Read 4341 times)
dwmcqueen
Multiple posting newcomer
Posts: 56
DLL creation with Visual C++ Toolkit 2003
«
on:
January 09, 2007, 07:21:38 pm »
I am having a rather small issue related to compiling a dll with the Visual C++ 2003 Toolkit compiler. I think my issue is the related def file being generated. How do I override the def file and include my own custom one?
Logged
dwmcqueen
Multiple posting newcomer
Posts: 56
Re: DLL creation with Visual C++ Toolkit 2003
«
Reply #1 on:
January 12, 2007, 06:09:32 pm »
I'll answer myself for posterity:
/DEF:[filename.def] added to Linker options.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
DLL creation with Visual C++ Toolkit 2003