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

Search:

Type: Posts; User: Hiner

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    659

    Ideas for a textbox in a Windows Form App

    Hi, I am working on windows form programming with C++. Now I want to have a text container.
    Several requirements are noted:

    - it can display TAB as separations just like those in MS Word.
    - it...
  2. Replies
    3
    Views
    5,915

    Re: Any ways to make a text container like this?

    I am using a "Windows Form Application" project in VS2005 and I do not know how to use your suggested tool....

    P.S. If Transparent Background is not OK, allowing for Background Image can also...
  3. Replies
    3
    Views
    5,915

    Any ways to make a text container like this?

    I am working on windows form programming with C++. Now I want to have a text container.
    Several requirements are noted:

    - it can display TAB as separations just like those in MS Word.
    - it can...
  4. Replies
    11
    Views
    15,547

    Re: A "LINK : fatal error LNK1255" Problem.

    The problem is now solved. I check the project settings in both debug and release modes and I find some differences. I notice that the game lib project is without Pure MSLI Common Language Runtime...
  5. Replies
    11
    Views
    15,547

    Re: A "LINK : fatal error LNK1255" Problem.

    No.
    I mean I use Batch Build in the game library project to build the Release build of the library file. This is OK, and then I put the Release version of the lib file into the main game project...
  6. Replies
    11
    Views
    15,547

    Re: A "LINK : fatal error LNK1255" Problem.

    The newly recompiled library file has replaced the old debug mode library file in the folder of the solution.
  7. Replies
    11
    Views
    15,547

    Re: A "LINK : fatal error LNK1255" Problem.

    P.S. The game object library is recompiled in the release mode without errors. I use this release version library to recompile the main game with the above log.
  8. Replies
    11
    Views
    15,547

    Re: A "LINK : fatal error LNK1255" Problem.

    I now recompile my library. The old game objects library is compiled in the debug mode. Now I recompile it in the release mode. The error msg change to "error LNK2001: unresolved external symbol"
    ...
  9. Replies
    11
    Views
    15,547

    Re: A "LINK : fatal error LNK1255" Problem.

    Thanks for your reply! I have visited the link "http://blogs.msdn.com/vcblog/archive/2007/05/17/diagnosing-hidden-odr-violations-in-visual-c-and-fixing-lnk2022.aspx" in the second reply of the post...
  10. Replies
    11
    Views
    15,547

    A "LINK : fatal error LNK1255" Problem.

    I am using Visual Studio 2005 C++ environment to work with a Windows Form Project.
    I am working on a simple mini-game using game objects (game field, monsters, etc.) detailed in some classes which...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured