Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sunlin7

@sunlin7
About
Posts
18
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to play flash movies with transparent background color in a Window?
    S sunlin7

    The performance of iceProjector is better than most other programs'. It's a good idea to transparent the flash with windows region.

    ATL / WTL / STL c++ adobe help tutorial question

  • 关于32/64位操作系统下,应用程序兼容性问题
    S sunlin7

    You would get more help if you describe your problems in English. 以前你也用中文在这里叫过吧?鬼佬们不懂中文,白瞎了~~ 个人理解,仅供参考: win32程序在win64上面是通过wow64工作的,被。64位程隔离在一个独立的环境里面序和32位程序在用户层不可互访。因此没有办法只用一个程序在64位和32位间无缝转换。即64环境中必须用64的程序才能安装64位的驱动,32位环境中只能用32位程序安装驱动。 不过完全可以做到在源代码层面统一。

    modified on Wednesday, July 21, 2010 9:19 AM

    C / C++ / MFC

  • programming C in Visual C++ express edition.
    S sunlin7

    You need run VisualStudio, then choose the follow options begin from "Tools" menu: "Tools->Options...->Project and solutions->VC++ Directories" you can set the executable/libraray/include directories now.

    C / C++ / MFC c++ question delphi hardware

  • C2061
    S sunlin7

    Sorry for my spelling.^_^

    C / C++ / MFC help tutorial question

  • C2061
    S sunlin7

    I think your spelling wrong:

                  virtual bool OnEvent(const SEvent& event)
    	  {
                   initialMenu = new initialMenu(Context);
    				  return true;
                  } 
    
                  virtual bool OnEvent(const SEvent& event)
    	  {
                   initialMenu = new InitialMenu(Context);
    				  return true;
                  }
    
    C / C++ / MFC help tutorial question

  • programming C in Visual C++ express edition.
    S sunlin7

    You need to add the sdk information to your Visual Studio. e.g: add "D:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" to "Executable files", add "D:\Program Files\Microsoft SDKs\Windows\v6.0A\Include" to "Include files", add "D:\Program Files\Microsoft SDKs\Windows\v6.0A\lib" to "Libraray files", ... Please check these settings of Visual Studio on your machine.

    C / C++ / MFC c++ question delphi hardware

  • Seeking introductory text on the STL
    S sunlin7

    OK. Look, I am really sorry for my mistake.

    ATL / WTL / STL c++ question

  • Seeking introductory text on the STL
    S sunlin7

    I'm so sorry about that. I am a new guy with passion in codeproject.

    ATL / WTL / STL c++ question

  • Seeking introductory text on the STL
    S sunlin7

    The Bible for stl is the C++ Templates the complete guide

    ATL / WTL / STL c++ question

  • C++ dll to Call in VB
    S sunlin7

    c++ code: __declspec(dllexport)BSTR WINAPI RetMsg(void) { wchar_t szMsg[] = L"Hello, world!"; BSTR pMsg = SysAllocStringLen(szMsg, wcslen(szMsg) + 1); return pMsg; } __declspec(dllexport)ULONG WINAPI FreeMsg(BSTR pMsg) { return SysFreeString(pMsg); } VB code: Private Declare Function RetMsg Lib "msg.dll" Alias "RetMsg" () As String

    C / C++ / MFC c++ data-structures

  • Having different value for a global variable per thread.
    S sunlin7

    You can use the follow code: __declspec( thread ) int tls_i = 1; in visual c++.

    C / C++ / MFC question database regex learning

  • Hide Command Prompt in Console Application
    S sunlin7

    complite your project as a windows application, there will be no console during it's executeing unless you AllocConsole when application need interactiving with user, FreeConsole when you want hide the console. Sorry for my English, I'm not good at it.

    C / C++ / MFC question

  • Hide Command Prompt in Console Application
    S sunlin7

    you can alloc a console by AllocConsole function and destroy by FreeConsole when you didn't need it. hope this will solve your problem.

    C / C++ / MFC question

  • Making An Exe stand alone [modified]
    S sunlin7

    you can use memu "Project"->"settings(Alt+F7)", click "complie" in dialog, then choose then choose "Code Generation", see the "use run-time libraray", choose "MultiThreaded" or "MultiThreaded Debug", rebuild project to apply changes.

    C / C++ / MFC csharp visual-studio help workspace

  • Making An Exe stand alone [modified]
    S sunlin7

    The program will work well when you use the static c runtime libraray.

    C / C++ / MFC csharp visual-studio help workspace

  • File Creation in share mode in VC++
    S sunlin7

    read text lines from file and save them to vector(or other container), then sort the vector and unique it.

    C / C++ / MFC c++ tutorial

  • How to reduce exe size?
    S sunlin7

    try UPX to pack and compress your executeable files.

    C / C++ / MFC c++ adobe tutorial question announcement

  • How to reduce exe size?
    S sunlin7

    the mspaint.exe can convert 24bit true color image to 16bit ones.

    C / C++ / MFC c++ adobe tutorial question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups