cgicc-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cgicc-help] help plase


From: Clay Dowling
Subject: Re: [Cgicc-help] help plase
Date: Mon, 4 May 2009 08:15:35 -0500 (EST)

On Thu, 30 Apr 2009, Serkan wrote:

hi , ş m always getting this error. i tried everyway is there any solution?
thanks
./Debug/main.o: In function `main':
C:/C_CPP/cgi/main.cpp:17: undefined reference to `_imp___ZN5cgicc9FormEntryaSERKS0_'

You aren't linking to the cgicc library properly. Your command line should include -lcgicc at some point (if you're using gcc).

There's also a really good chance that you're having some kind of namespace failure. Try putting

using cgicc;

Into your program.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]