Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSetColumnWidth Pin
kumar sanghvi27-Jul-09 22:42
kumar sanghvi27-Jul-09 22:42 
QuestionRe: SetColumnWidth Pin
Randor 28-Jul-09 10:06
professional Randor 28-Jul-09 10:06 
QuestionCopy Excel Sheet Pin
Davitor27-Jul-09 22:19
Davitor27-Jul-09 22:19 
AnswerRe: Copy Excel Sheet Pin
Rajesh R Subramanian27-Jul-09 22:21
professionalRajesh R Subramanian27-Jul-09 22:21 
GeneralRe: Copy Excel Sheet Pin
Davitor27-Jul-09 23:20
Davitor27-Jul-09 23:20 
GeneralRe: Copy Excel Sheet Pin
Rajesh R Subramanian28-Jul-09 0:37
professionalRajesh R Subramanian28-Jul-09 0:37 
GeneralRe: Copy Excel Sheet Pin
Davitor28-Jul-09 0:47
Davitor28-Jul-09 0:47 
GeneralRe: Copy Excel Sheet Pin
Davitor28-Jul-09 1:47
Davitor28-Jul-09 1:47 
i try it but i have got error.
error LNK2001: unresolved external symbol "private: static class xlw::XlfOperImpl * xlw::XlfOperImpl::instance_" (?instance_@XlfOperImpl@xlw@@0PAV12@A)
error LNK2001: unresolved external symbol "public: double __thiscall xlw::XlfOper::AsDouble(int *)const " (?AsDouble@XlfOper@xlw@@QBENPAH@Z)
error LNK2001: unresolved external symbol "private: int __thiscall xlw::XlfOper4::Allocate(void)" (?Allocate@XlfOper4@xlw@@AAEHXZ)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper4 & __thiscall xlw::XlfOper4::Set(char const *)" (?Set@XlfOper4@xlw@@QAEAAV12@PBD@Z)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper4 & __thiscall xlw::XlfOper4::Set(class xlw::CellMatrix const &)" (?Set@XlfOper4@xlw@@QAEAAV12@ABVCellMatrix@2@@Z)
error LNK2001: unresolved external symbol "public: __thiscall xlw::XlfOper4::~XlfOper4(void)" (??1XlfOper4@xlw@@QAE@XZ)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper4 & __thiscall xlw::XlfOper4::SetError(unsigned short)" (?SetError@XlfOper4@xlw@@QAEAAV12@G@Z)
error LNK2001: unresolved external symbol "private: int __thiscall xlw::XlfOper12::Allocate(void)" (?Allocate@XlfOper12@xlw@@AAEHXZ)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper12 & __thiscall xlw::XlfOper12::Set(char const *)" (?Set@XlfOper12@xlw@@QAEAAV12@PBD@Z)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper12 & __thiscall xlw::XlfOper12::Set(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?Set@XlfOper12@xlw@@QAEAAV12@ABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper12 & __thiscall xlw::XlfOper12::Set(class xlw::CellMatrix const &)" (?Set@XlfOper12@xlw@@QAEAAV12@ABVCellMatrix@2@@Z)
error LNK2001: unresolved external symbol "public: __thiscall xlw::XlfOper12::~XlfOper12(void)" (??1XlfOper12@xlw@@QAE@XZ)
error LNK2001: unresolved external symbol "public: class xlw::XlfOper12 & __thiscall xlw::XlfOper12::SetError(unsigned short)" (?SetError@XlfOper12@xlw@@QAEAAV12@G@Z)
error LNK2001: unresolved external symbol "public: static class xlw::XlfExcel & __cdecl xlw::XlfExcel::Instance(void)" (?Instance@XlfExcel@xlw@@SAAAV12@XZ)
error LNK2001: unresolved external symbol "public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __thiscall xlw::XlfOper::AsWstring(int *)const " (?AsWstring@XlfOper@xlw@@QBE?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PAH@Z)
error LNK2001: unresolved external symbol "public: char * __thiscall xlw::XlfOper4::AsString(int *)const " (?AsString@XlfOper4@xlw@@QBEPADPAH@Z)
error LNK2001: unresolved external symbol "public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __thiscall xlw::XlfOper12::AsWstring(int *)const " (?AsWstring@XlfOper12@xlw@@QBE?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PAH@Z)
error LNK2001: unresolved external symbol "public: class std::vector<double,class std::allocator<double> > __thiscall xlw::XlfOper::AsDoubleVector(enum xlw::XlfOperImpl::DoubleVectorConvPolicy,int *)const " (?AsDoubleVector@XlfOper@xlw@@QBE?AV?$vector@NV?$allocator@N@std@@@std@@W4DoubleVectorConvPolicy@XlfOperImpl@2@PAH@Z)
error LNK2001: unresolved external symbol "public: bool __thiscall xlw::XlfExcel::IsCalledByFuncWiz(void)const " (?IsCalledByFuncWiz@XlfExcel@xlw@@QBE_NXZ)
error LNK2001: unresolved external symbol "public: int __cdecl xlw::XlfExcel::Call(int,void *,int,...)const " (?Call@XlfExcel@xlw@@QBAHHPAXHZZ)
error LNK2001: unresolved external symbol "public: class xlw::XlfRef __thiscall xlw::XlfOper::AsRef(int *)const " (?AsRef@XlfOper@xlw@@QBE?AVXlfRef@2@PAH@Z)
error LNK2001: unresolved external symbol "public: __thiscall xlw::XLRegistration::XLFunctionRegistrationHelper::XLFunctionRegistrationHelper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct xlw::XLRegistration::Arg const * const,int,bool,bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0XLFunctionRegistrationHelper@XLRegistration@xlw@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@000QBUArg@12@H_N20@Z)
error LNK2001: unresolved external symbol _xlAutoClose
error LNK2001: unresolved external symbol _xlAutoOpen


Simply i added xlwExample.cpp file and xlw folder.
QuestionCalling A While Loop On Form1_Load Pin
tension66627-Jul-09 21:09
tension66627-Jul-09 21:09 
QuestionRe: Calling A While Loop On Form1_Load Pin
CPallini27-Jul-09 21:14
mveCPallini27-Jul-09 21:14 
AnswerRe: Calling A While Loop On Form1_Load [modified] Pin
SandipG 27-Jul-09 21:33
SandipG 27-Jul-09 21:33 
AnswerRe: Calling A While Loop On Form1_Load Pin
KarstenK27-Jul-09 21:39
mveKarstenK27-Jul-09 21:39 
AnswerRe: Calling A While Loop On Form1_Load Pin
Adam Roderick J27-Jul-09 21:50
Adam Roderick J27-Jul-09 21:50 
AnswerRe: Calling A While Loop On Form1_Load Pin
«_Superman_»27-Jul-09 23:48
professional«_Superman_»27-Jul-09 23:48 
GeneralRe: Calling A While Loop On Form1_Load Pin
tension66628-Jul-09 9:05
tension66628-Jul-09 9:05 
Questionserial port interface in vc++ Pin
sarita_21627-Jul-09 20:45
sarita_21627-Jul-09 20:45 
AnswerRe: serial port interface in vc++ Pin
Adam Roderick J27-Jul-09 20:50
Adam Roderick J27-Jul-09 20:50 
QuestionRe: serial port interface in vc++ Pin
CPallini27-Jul-09 20:59
mveCPallini27-Jul-09 20:59 
AnswerRe: serial port interface in vc++ Pin
KarstenK27-Jul-09 21:42
mveKarstenK27-Jul-09 21:42 
JokeRe: serial port interface in vc++ Pin
CPallini27-Jul-09 21:53
mveCPallini27-Jul-09 21:53 
GeneralRe: serial port interface in vc++ Pin
KarstenK27-Jul-09 22:27
mveKarstenK27-Jul-09 22:27 
AnswerRe: serial port interface in vc++ Pin
KarstenK27-Jul-09 22:27
mveKarstenK27-Jul-09 22:27 
QuestionPop up message on Tray icon Help needed Pin
MeghaJoshi27-Jul-09 19:53
MeghaJoshi27-Jul-09 19:53 
AnswerRe: Pop up message on Tray icon Help needed Pin
«_Superman_»27-Jul-09 20:13
professional«_Superman_»27-Jul-09 20:13 
GeneralRe: Pop up message on Tray icon Help needed Pin
MeghaJoshi27-Jul-09 20:52
MeghaJoshi27-Jul-09 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.