The code example you give does not look like managed code, if by "managed code" you 
mean .NET code.
Your example looks like plain Windows C++ code.

> -----Original Message-----
> From: Kayhan Yuksel [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 19, 2003 10:33 AM
> To: '[EMAIL PROTECTED]'
> Subject: [sqlite] how can I use sqlite within windows managed code?
> 
> 
> To whom it may concern,
> I would like to know how can I use sqlite in a windows 
> managed code ?I am trying to modify the code at 
> "..\Dev-Cpp\Examples\WinMenut" that comes with the devcpp  
> 4.9.8.0 ....I have copied the sqlite.h to include directory, 
> included the sqlite.h as <sqlite.h> modified some part of the 
> code to something like that : case IDM_DOSYAYENI:
>                   {
>                   sqlite* p_db = sqlite_open("c:\test.sdb", 0777, 0);
>                   MessageBox( hwnd, (LPSTR) " 'test' 
> Veritabanı hazır.",
>                   (LPSTR) szClassName,
>                   MB_ICONINFORMATION | MB_OK );
>                   return 0;
>                   }     
> and I got this error : 
> [Linker error] undefined reference to `sqlite_open'
> 
> Is there an example that uses <windows.h> with sqlite?
> 
> Yours sincerely+happy new year,
> 
> Kayhan YUKSEL
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to