CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: paraglidersd

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,940

    add to original post

    Someone mentioned that my COM object was not registered. I ran a program that apparently registers it and that object IS in the registry (C2PCTmsApiServer).

    why would I still get that compiler...
  2. Replies
    2
    Views
    3,940

    Missing .tlb file during compile

    Hi All,

    I am getting the following error during a compile a new machine (just installed V Studio):

    c:\sintcpp comthread\stdafx.h(37) : fatal error C1083: Cannot open type library file:...
  3. Replies
    0
    Views
    1,417

    Cant open xxx.tlb

    I feel like I have asked this question before, but for the life of me I dont remember the answer.

    I am getting the following compiler error:
    c:\workspace\sintcpp comthread\stdafx.h(37) : fatal...
  4. Replies
    9
    Views
    6,357

    Howdy guys. Well, I finally figured out what the...

    Howdy guys. Well, I finally figured out what the problem was (through trial and error). The problem had nothing to do with ReadFile. This program uses a logging function that I inherited from some...
  5. Replies
    4
    Views
    784

    Darwen, thanks for the reply. I hadnt thought of...

    Darwen, thanks for the reply. I hadnt thought of that. BUUUUT, I used HyperTerm to check to make sure the port was correct. E.g., I connected up my device that feeds the serial port and setup...
  6. Replies
    4
    Views
    784

    has anybody found an answer to this problem? I...

    has anybody found an answer to this problem? I have the same situation.

    IN fact, the same code does NOT choke on my desktop but DOES choke (with the error 183) on the laptop. The executable was...
  7. Replies
    9
    Views
    6,357

    Thank you Paul and Mick. I got it to the point...

    Thank you Paul and Mick.
    I got it to the point where I am trying to run the V Studio debugger on the first machine, but it cant find the executable on the remote machine (I am pretty sure I have...
  8. Replies
    9
    Views
    6,357

    I had no idea that Dr. Watson utility even...

    I had no idea that Dr. Watson utility even existed!!!

    Trying to read the text in the drwtsn32.txt file is a bit confusing too.

    Next stupid question: how would I run remotely? I have a...
  9. Replies
    9
    Views
    6,357

    error log ????

    Hi All,

    I am running an Visual C++ application on a laptop that does not have Visual Studio installed. I (obviously) created the application on a different machine. This application is a...
  10. Replies
    2
    Views
    3,853

    ReadFile - error 183

    This was addressed before, but I didnt notice what the solution was.

    I am doing a serial port read. When I perform the ReadFile, it returns zero. GetLastError returns error 183 (Cannot create a...
  11. Replies
    2
    Views
    635

    Thanks khp. I appreciate your input. I kind of...

    Thanks khp. I appreciate your input. I kind of suspected as much, but it doesnt hurt to ask the people that have experience.

    -Bill
  12. Replies
    2
    Views
    635

    Using XML (etc) to replace postgres

    Hello to all of you out there in the world of XML. I am just now starting to read up on XML, and its capabilities. I have a DB question.

    I am working on a project that has a Unix (Linux)...
  13. Thread: Postgres

    by paraglidersd
    Replies
    0
    Views
    454

    Postgres

    Have any of you out there ever installed and used PostgreSQL for windows? I have downloaded the source from a link found on the primary web site. I couldnt get the darn thing to compile (gmake /f...
  14. Replies
    7
    Views
    1,194

    thank you much. That did the trick. Have a...

    thank you much. That did the trick. Have a great weekend. :-)
  15. Replies
    7
    Views
    1,194

    truncation warnings

    I am converting a Unix based build to a windows (Win32 console) build, and using Visual C++ IDE to attempt to build. Amongst the many other tedious tasks of converting code, I am also getting these...
  16. Replies
    3
    Views
    1,719

    I figured out what the problem was, in case...

    I figured out what the problem was, in case anybody has an interest. I was instantiating a DirectoryInfo instance from an instance of another class. That other class got destroyed, and thus the...
  17. Replies
    3
    Views
    1,719

    the error value is 6: invalid handle. but the...

    the error value is 6: invalid handle. but the handle appears to be a valid value.
  18. Replies
    3
    Views
    1,719

    GetQueuedCompletionStatus

    I have a bizarre one here. I implemented a "directory watcher" method that uses ReadDirectoryChangesW and GetQueuedCompletionStatus (a call to CreateThread establishes a callback which implements...
  19. Thanks Victor. I will give it a shot.

    Thanks Victor. I will give it a shot.
  20. CComboBox: change size to fit listbox

    This is probably an easy one for some of you guru's out there.

    I have created a very simple application. It has a single CComBox. After the combo box is created, I read in a list and set the...
  21. Replies
    3
    Views
    3,501

    I think I have found something. Let me know if...

    I think I have found something. Let me know if it looks like I am doing something outwardly stupid please:

    RegOpenKeyEx ( HKEY_LOCAL_MACHINE,
    "HARDWARE\\DEVICEMAP\\SERIALCOMM\\", ...
  22. Replies
    3
    Views
    3,501

    awesome. do you know of any good examples based...

    awesome. do you know of any good examples based on my original post?
  23. Replies
    3
    Views
    3,501

    RegQueryMultipleValues

    have any of you out there ever used the RegQueryMultipleValues function? What I need to do is to create a program that will read all of the values for the...
  24. Replies
    2
    Views
    787

    Not sure if anybody is reading my post, but HEY I...

    Not sure if anybody is reading my post, but HEY I think I figured out why the major errors were occurring. I had an invalid return statement in the function that was setting the baud/parity/etc (did...
  25. Replies
    2
    Views
    787

    do any of you guys/gals out there have any...

    do any of you guys/gals out there have any experience with the serial communications issue?

    Here is the latest I have found out during debugging (source file for reference is in original post). ...
Results 1 to 25 of 51
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured