Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mosquitooth

@mosquitooth
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling unmanaged function
    M mosquitooth

    Hi, I've got a rather old DLL (built with VS2003) that compiles properly with the 'Multi byte charset' option under VS2005. Now, I cannot call any functions of this dll out of a VB .net application (would need 'Use Unicode' option for that..). As I do not want to rewrite the whole application for unicode usage: Is there any way to call functions out of this DLL in a .net 2.0 application? Thanks, Peter

    Visual Basic csharp question

  • Exporting functions with strings
    M mosquitooth

    Hi, I've got a (probably) common problem: I want to create a several unmanged C++ DLLs in VS2005, most of them shall export functions with strings (best CString), like this: void TestFunc1(int a, CString b); void TestFunc2(int a, LPCTSTR b); CString TestFunc3(int a); All these DLLs compile and link well, but when I try to use them in my applications, I always receive a linker error (LNK2019: undefined external symbol). Obviously, this problem is related to the use of strings as arguments (or return values), because if I remove them as arguments, everything works fine... any ideas how to solve this? Greetings, Peter

    C / C++ / MFC help c++ tutorial question

  • .net application and C dll
    M mosquitooth

    Hi, my current project consists of a .net application (exe in VB.NET) and a VC++ DLL. Normally, I just call functions in the DLL out of my application, which works just fine. But sometimes I'd like to do it the other way round: to call functions in the .net application out of my C++- Code. Is this possible, and if so, how is it done? Thanks a lot mosquitooth

    C / C++ / MFC csharp c++ question

  • Set Selected Item
    M mosquitooth

    Hi how can I set the item that is selected in a listview? Thanks mosquitooth

    Visual Basic question

  • Export to XLS
    M mosquitooth

    Hi I run the following SQL- statement in my VB.NET application to export the results of a query to Excel: g.CommandText = "SELECT * INTO [Excel 8.0;DATABASE=C:\test.xls;HDR=NO;].Table1 FROM [MyTable] WHERE... 'g is a valid OleDbCommand object This statement fails, if the xls- file already exists. I've heard that the INSERT INTO statement could deal with this - could anyone provide me some SQL- string that does the trick?? Thanks a lot! Can anyone help me? Gordon

    Database database csharp help question

  • NotifyIcon in .net service
    M mosquitooth

    HI I want to develop an interactive .net service that creates a notifyicon at startup, so that the user can interact with it (e.g. a double click on the icon in the systray shall cause the service to react). So I placed such a control in the service class and made it handle double click events ..... but just nothing happens! When I doubleclick the icon in the systray the appropriate code in the service is not called and executed!! can anyone help me?? mosquitooth

    Visual Basic csharp javascript help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups