View Single Post
Old 07-20-2004, 06:34 AM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
try this:
compile your empty project so you get the "Debug" directory.

then copy MySQLDriverCS.dll to your debug directory.

now add the following code to your project:
Code:
#using <MySQLDriverCS.dll>
this should compile, .. i'm not sure how to re-write my c# code in c++.net though.

let me know if this helps.
__________________
Mike
sde is offline   Reply With Quote