Dev C++ DLL Problem

Started by
2 comments, last by SiCrane 18 years, 6 months ago
Hi, I want to create a DLL with a DEF file in Dev C++. But the Linker outputs the following error: "undefined reference to 'MyFunc'". This is my own function I want to export. Can somebody help me? bye, Chris
Advertisement
This link might help you: Creating Dynamic Link Libraries.
It is the first google gave me. Try googling (it's "to google" a verb ?) for "c++ dll def", or something, if not enough.
Sorry, that doesn't help me :(
And it's hard to help you without seeing at some code or at least the DEF file.

This topic is closed to new replies.

Advertisement