Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KingLouie

    compiling as dll

    jes i got that. but how do i have to declare the functions in the ActiveX project? When i just use Public Sub MyFunction() it cant be called... (Dll entry point was not found) thanx for your support!
  2. KingLouie

    compiling as dll

    thanx. i will give you a feedback when i got it
  3. KingLouie

    compiling as dll

    does someone know a dll-compiler for vb-modules? thanx
  4. KingLouie

    how to retrieve of a file selected in explorer

    I need to retrieve the path of the file selected in the windows explorer. is there an api function for that? Thanx
  5. KingLouie

    creating FTP on WinXp

    Is it possible to create a FTP on WinXP pro?
  6. KingLouie

    Jumper Settings

    jes but in bios i can chose between - Manual - 1.7 / 1.668 - 1.2 on 1.2 the system works on 1.7/1.668 it hangs
  7. KingLouie

    Calling C++ dll

    i'm at home now so i cant check. but tomorow i will check thanx
  8. KingLouie

    Jumper Settings

    I got: AMD 2000XP, ASUS A7V266-E, WinXp if I put the System speed to 1.7 Ghz in Bios (JumperFree mode) the system hangs. might some jumper settings be incorect?
  9. KingLouie

    Calling C++ dll

    sorry this was a mistake but Private Declare Function FileOpen Lib "c:\mydll.dll" Alias "open" (byval lpszFileName as String) as Long still does not work
  10. KingLouie

    Calling C++ dll

    I want to call a dll created in c++. in c++ it locks like this: int open(LPCTSTR lpszFileName) ... ... in vB: Private Declare FileOpen Lib "c:\mydll.dll" Alias "open" (byval lpszFileName as String) as Long ... a=FileOpen("c:\mifile.ixx") At this point the...
  11. KingLouie

    compile as dll

    I want to call a dll created in C++ in VBasic. Unfortunatly some functions are named "Open" and "Close" and i can't declare them in VBasic because those words are used as syntaxes in VB. I changed the name of the functions in C++ but i could not compile it as dll just as exe...

Part and Inventory Search

Back
Top