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 strongm 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. vaquar

    Is there API to change Dialing Patterns in Pocket PC 2002 ?

    Hi there, I know that this area isn't for PPC. But if somebody could help me with regard to changing dialing patterns thru program, I would appreciate that. I could create phone book entry using fn: RasSetEntryProperties() But needed to change Dialing pattern to "G" only(in all...
  2. vaquar

    DB2 Database access using c ?

    Could some-body give me some hint as to how to access DB2 in Unix using c language ? Is it that similar to Oracle, DB2 also provides Makefile etc...? Thank you o Vaquar
  3. vaquar

    Qustion in SQL-CE inWindowCE

    I am using embedded VC++3.0. and using ADOCE 3.1 and IIS in emulator. I was able to work withe ADOCE but I could not use the emulator to pull/push data from/to SQL server(it has IIS, SQLCE installed) Is it that I can't use it on emulator ? Appreciate your time.
  4. vaquar

    Looking for APIs

    I am looking to write an application for CD-burner. Is there any SDK on these API ? Or is this manufacturer dependent. Any suggestion are welcome. Thank you,
  5. vaquar

    usage of string

    Hi John, By using #pragma, the warning increased by 5 (from 30 to 35) Could you suggest me something else...? I even tried by changing warninig level in Project Setting(c/c++), but no use. Thank you
  6. vaquar

    usage of string

    I incorporated usage of string variable and after compiling getting around 30 similar warnings. And program runs fine no memory leaks. Wondering why these errors... All errors are of falls either of C4100, C4663, C4018, C4146, C4244: *********************************************************...
  7. vaquar

    Title: out of memory

    Check the length of IDC_EDIT1 which may be more that what you are allocating for i.e. 50. By the way why COleVariant ? Vaquar
  8. vaquar

    How can I enter parameters into the AfxBeginThread-call ?

    Try this way AfxBeginThread((AFX_THREADPROC) <class/function name>, (LPVOID) this); Second parameter is the current class itself, you can use it to pass other parameters too...
  9. vaquar

    DLL memory leak ???

    I even changed the DLL from regular DLL to MFC extension DLL which uses new CDynLinkLibrary to initialize. Still my pvt.bytes going higher and higher (now slowly though) I am using new and delete properly and not getting any memory leak detected ad the time of compiling... Thank you
  10. vaquar

    DLL memory leak ???

    I am using a MFC dll from MFC application (24 hrs X 7 days). After 1 day I can see pvt.bytes and virtual shoots up by almost double (under performance monitor that in NT). And I checked thoroughly there is no mem. leak in other function. Do calling DLL leaks out memory ? I am passing LPCTSTR...
  11. vaquar

    API / SDK for CD Burner...?

    Hello All Gurus... Thank you for all the help. I need to write CD BURENER program... If anybody is aware where from I can get those API/SDK Thank you
  12. vaquar

    USER32 initilization failure...???

    Hello, My application runs for 3-days(24 hours) and on 4th day I could run any new application, not even the DOS prompt. Error show: &quot;Initialization of dll user32.dll failed. The process is terminating abnormally&quot;. Basically I can't start any new process. I tried to increase the...

Part and Inventory Search

Back
Top