Click here to Skip to main content
15,899,124 members
Home / Discussions / Mobile
   

Mobile

 
Generalimage data type, sql server ce 2.0 Pin
khchan7-Jun-04 16:07
khchan7-Jun-04 16:07 
GeneralInstrumentation widgets / gadgets for CE .Net 4.2 Pin
David Fulmer7-Jun-04 5:13
David Fulmer7-Jun-04 5:13 
GeneralRe: Instrumentation widgets / gadgets for CE .Net 4.2 Pin
Edw21-Jun-04 10:03
Edw21-Jun-04 10:03 
QuestionHow to make a setup that can install appropriate files on Pocket PC 2002 or 2003 Pin
Bui Huy Kien4-Jun-04 19:17
Bui Huy Kien4-Jun-04 19:17 
Generallaunch application in application and close it Pin
ppp0013-Jun-04 21:34
ppp0013-Jun-04 21:34 
GeneralC# performance Pin
ppp0013-Jun-04 7:34
ppp0013-Jun-04 7:34 
GeneralRe: C# performance Pin
João Paulo Figueira3-Jun-04 11:41
professionalJoão Paulo Figueira3-Jun-04 11:41 
GeneralC4925: INTERNAL COMPILER WARNING Pin
GDavy2-Jun-04 21:43
GDavy2-Jun-04 21:43 
Ok I got this warning after building my project:

warning C4925: INTERNAL COMPILER WARNING - Tree node(s) not freed
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information



When I look at MSDN the warning C4925 says:


Compiler Warning (level 3) C4925
'function': non-virtual member function marked as 'final'; ignored the qualifier 'final'
The final keyword was found on a non-virtual member function. The final keyword is only allowed on virtual member functions within a class.

The following generates C4925:

class B {
public:
final void f1(); // C4925
};
void main() {}


But I aint got at any point the keywork `final`in my program...
Does anyone have any experience with this warning???
The program seems to run correctly though, but who knows what kind of strange behaviour might occur due to this warning....Confused | :confused:

Thanks for any help...
Davy
Generalembedded visual c++ Pin
jetimms2-Jun-04 7:22
jetimms2-Jun-04 7:22 
GeneralRe: embedded visual c++ Pin
João Paulo Figueira2-Jun-04 10:35
professionalJoão Paulo Figueira2-Jun-04 10:35 
Generalbiometric Pin
yep yin31-May-04 21:01
yep yin31-May-04 21:01 
GeneralRe: biometric Pin
cmk3-Jun-04 15:44
cmk3-Jun-04 15:44 
GeneralRe: biometric Pin
yep yin3-Jun-04 18:32
yep yin3-Jun-04 18:32 
GeneralRe: biometric Pin
cmk3-Jun-04 23:17
cmk3-Jun-04 23:17 
GeneralRe: biometric Pin
yep yin7-Jun-04 19:42
yep yin7-Jun-04 19:42 
GeneralIPv6 in compact framework Pin
dormi33331-May-04 2:57
dormi33331-May-04 2:57 
GeneralAny samples for OLEDB API's for accessing Windows CE SQL Server Pin
Anonymous31-May-04 0:49
Anonymous31-May-04 0:49 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
João Paulo Figueira31-May-04 5:34
professionalJoão Paulo Figueira31-May-04 5:34 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
AKSIVAKUMAR31-May-04 19:56
AKSIVAKUMAR31-May-04 19:56 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
João Paulo Figueira1-Jun-04 0:49
professionalJoão Paulo Figueira1-Jun-04 0:49 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
AKSIVAKUMAR3-Jun-04 0:16
AKSIVAKUMAR3-Jun-04 0:16 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
João Paulo Figueira3-Jun-04 1:38
professionalJoão Paulo Figueira3-Jun-04 1:38 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
AKSIVAKUMAR3-Jun-04 21:19
AKSIVAKUMAR3-Jun-04 21:19 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
João Paulo Figueira3-Jun-04 22:36
professionalJoão Paulo Figueira3-Jun-04 22:36 
GeneralRe: Any samples for OLEDB API's for accessing Windows CE SQL Server Pin
AKSIVAKUMAR3-Jun-04 22:56
AKSIVAKUMAR3-Jun-04 22:56 

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.