Search:

Type: Posts; User: mnj

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    4,077

    GetSystemMetrics LNK2001 error

    Help. I recreated a working project in VC++ 6 and now I am getting 3 LNK2001 errors:

    wrk_menu.obj : error LNK2001: unresolved external symbol _xGetSystemMetrics@4
    wrk_menu.obj : error LNK2001:...
  2. Replies
    4
    Views
    1,645

    re Polymorphic

    What I meant in my reply is that I ommited the error checking code from the sample I put on the forum, since there error checking part of the code wasn't what I was having touble with. Thanks,...
  3. Replies
    4
    Views
    1,645

    Ahaaa!!! Thank you Sebastiani!

    yes, typos. I omitted the else return, since I didn't think it was necesary to understand the problem at hand.
  4. Replies
    4
    Views
    1,645

    accesing a class's overloaded [] via a pointer

    Hello,

    Hope someone can help me with this. I have searched the web with no luck.

    I have an array class that I create instances of dynamically. However when I attempt to use the overloaded...
Results 1 to 4 of 4