• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Panels SDK Sample with Visual C++ Express - Error

Messages
4
Country
germany
Hello,

I'm just getting into the world of fs development. It's really interessting.
But I can't solve some problems. If I try to compile the sample project of Panels SDK, I get this errors:

1>------ Erstellen gestartet: Projekt: RPN, Konfiguration: Debug Win32 ------
1>Kompilieren...
1>SDK.c
1>c:\dokumente und einstellungen\dima_\eigene dateien\visual studio 2005\projects\rpn\sdk.temperature.c(42) : warning C4133: 'Funktion': Inkompatible Typen - von 'PCHAR' zu 'LPWSTR'
1>c:\dokumente und einstellungen\dima_\eigene dateien\visual studio 2005\projects\rpn\sdk.temperature.c(42) : warning C4133: 'Funktion': Inkompatible Typen - von 'char [4]' zu 'LPCWSTR'
1>c:\dokumente und einstellungen\dima_\eigene dateien\visual studio 2005\projects\rpn\sdk.flightmap.c(152) : warning C4018: '<': Konflikt zwischen 'signed' und 'unsigned'
1>c:\dokumente und einstellungen\dima_\eigene dateien\visual studio 2005\projects\rpn\sdk.flightmap.c(358) : warning C4996: 'strcpy' wurde als veraltet deklariert
1> d:\programme\microsoft visual studio 8\vc\include\string.h(73): Siehe Deklaration von 'strcpy'
1> Meldung: "This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details."
1>Verknüpfen...
1>Das Manifest wird eingebettet...
1>Das Buildprotokoll wurde unter "file://c:\Dokumente und Einstellungen\Dima_\Eigene Dateien\Visual Studio 2005\Projects\RPN\Debug\BuildLog.htm" gespeichert.
1>RPN - 0 Fehler, 4 Warnung(en)
========== Erstellen: 1 erfolgreich, Fehler bei 0, 0 aktuell, 0 übersprungen ==========

Ok, it's not an error, but a warning. Is it possible to solve my problem?

Thanks, Dima!
 
Top