Questions in category: C++ (C++)
软件 >> C++
<[1] [2] [3] [4] >

32. C++ 学习站点

Posted by haifeng on 2013-03-05 00:00:59 last update 2015-01-15 09:50:49 | Answers (0) | 收藏


http://www.cplusplus.com

 

 

中国 IT 实验室

http://c.chinaitlab.com/

VC 知识库

http://vckbase.com/

C++、Java、算法教程

http://www.cstutoringcenter.com/tutorials/

俄罗斯的一个站点

http://netcode.ru/?lang=cpp

 

33. Global Variable Editor

Posted by haifeng on 2012-09-19 17:27:59 last update 2012-09-19 17:42:00 | Answers (0) | 收藏


Base: E:\wxWidgets-2.8.11
include: E:\wxWidgets-2.8.11\include
lib: E:\wxWidgets-2.8.11\lib

Project build options-->

Compiler settings

Other options:

`wx-config --cflags -lsqlite3`

#defines

__GNUWIN32__

__WXMSW__

-----------------------------------

Linker settings

Link libraries:

libkernel32.a
libuser32.a
libgdi32.a
libwinspool.a
libcomdlg32.a
libadvapi32.a
libshell32.a
libole32.a
liboleaut32.a
libuuid.a
libcomctl32.a
libwsock32.a
libodbc32.a

other linker options:

`wx-config --libs`

---------------------

Search directories

Compiler:

(#wx)\include
(#wx)\contrib\include

Resource compiler:

(#wx)\include

<[1] [2] [3] [4] >