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 bkrike 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: *

  • Users: ToKo
  • Content: Threads
  • Order by date
  1. ToKo

    Jet 4.0 OLE DB provider and UNICODE

    Hi everybody! I'm using for flexibility reasons OLE DB without the ATL templates. When I retrieve the length of a 10 character text field with Jet 4 provider, it returns 10 as cbMaxLen in ColumnInfo structure - but as Jet 4 returns UNICODE strings allocated buffer is half too short! Is there a...
  2. ToKo

    DLL does not load on Win98

    I've wirtten a multithreaded dll (on VC++ 6.0 - no MFC used) which works fine on a Win2K system. But on a Win98 system the DLL can not load and returns the error code '1f'. Is there anywhere a list of incompatible functions or so? (it isn't UNICODE..) Microsoft MSDN wasn't very helpful - PLEASE...
  3. ToKo

    Virtual Channels (Terminal Services)

    Does anybody have a working sample code for a Virtual Channel on a Terminal Server Base - uses RDP protocol?? Toko
  4. ToKo

    Updating Interbase data in VC++

    Does anybody have experience?? I tried it via the ATL-Templates but ist didn't work. I know it's possible via SQL statements but in my case it would be a great overhead... Thomas
  5. ToKo

    OLE DB via ATL Templates (updating data)

    I access OLE DB ODBC drivers via the ATL Templates and ist's quite fun. But does anybody know what's about modifying any data by the update-method? I know, normally you have to do the Edit first and then the Update statement, but there is no edit-method implemented. Does anyone have a sample or...
  6. ToKo

    Keyboard-Input and Dialog-Boxes

    My Problem is: Theres a MFC-EXE App, a dialog-box with a Static Control on it and nothing else. Now, how can I reply to Keyborad input? The application seems to block every key-stroke. (That's not fair!!) The Static Control provides only Click and DblClick Events and my dialog box doesn't even...
  7. ToKo

    editing audio (AIF-files)

    Hi everybody,<br><br>Can anybody help me? I need to edit a audio-CD-title in some way that the resulting file is a valid audio-file but contains only for about 10sec of the original titel! Certainly not 10sec from the beginning but from any point inside...<br><br>thanks!<br>ToKo

Part and Inventory Search

Back
Top