Español
C ++ Foro

Prf2Cpp: Einfache Expediente funktioniert no...

 
- Página 1 -


Yo habe me de tiempo el Demoversion de Profano2cpp installiert.
Weiterhin el DEv C++ .

Lo funktioniert no!

Wollte entonces el Profanprogramm unten testen

hier se alles como Haga clic en Aceptar gemeldet:

Wenn Yo en el Profano2cpp el Expediente direkt starten möchte, kommen unten el Fehlermeldungen.
Posesiones Profano2cpp aber mitgeteilt wo el Dev C++ liegt. Am schluss Es el Make dafür. Der Ordner para Dev C++ stimmt.
"D:Dev-Cpping++.exe" -c PrfMain.cpp -o .objPrfMain.o -I"D:Dev-Cppinclude" -I"D:Dev-Cppincludeg++"  -L"D:Dev-Cpplib" -B"D:Dev-Cppin" -fexceptions -s -mwindows -w -O2 -fvtable-thunks -fno-elide-constructors
In file included from PrfMain.cpp:3:
pbase.h: In function `void ClearArray(void*, T):
pbase.h:346: error: there are no arguments to `pbase_ArrayDim that depend on a template parameter, así a declaration of `pbase_ArrayDim must be available
pbase.h:346: error: (if you use `-fpermissive, G++ voluntad accept your code, but allowing the use of a undeclared name is deprecated)
pbase.h:364: error: there are no arguments to `pbase_ArraySize that depend on a template parameter, así a declaration of `pbase_ArraySize must be available
pbase.h:368: error: there are no arguments to `pbase_ArraySize that depend on a template parameter, así a declaration of `pbase_ArraySize must be available
pbase.h:380: error: there are no arguments to `pbase_ArraySize that depend on a template parameter, así a declaration of `pbase_ArraySize must be available
pbase.h:384: error: there are no arguments to `pbase_ArraySize that depend on a template parameter, así a declaration of `pbase_ArraySize must be available
pbase.h:388: error: there are no arguments to `pbase_ArraySize that depend on a template parameter, así a declaration of `pbase_ArraySize must be available
pbase.h: In function `void* AllocArray(T, int):
pbase.h:404: error: there are no arguments to `pbase_SetArrayDim that depend on a template parameter, así a declaration of `pbase_SetArrayDim must be available
pbase.h:405: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h: In function `void* AllocLocalArray(T, void**, int):
pbase.h:413: error: there are no arguments to `pbase_SetArrayDim that depend on a template parameter, así a declaration of `pbase_SetArrayDim must be available
pbase.h:414: error: there are no arguments to `pbase_AddLocalArray that depend on a template parameter, así a declaration of `pbase_AddLocalArray must be available
pbase.h: In function `void* AllocArray(T, int, int):
pbase.h:428: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h:431: error: there are no arguments to `pbase_SetArrayDim that depend on a template parameter, así a declaration of `pbase_SetArrayDim must be available
pbase.h:432: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h:434: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h: In function `void* AllocLocalArray(T, void**, int, int):
pbase.h:448: error: there are no arguments to `pbase_AddLocalArray that depend on a template parameter, así a declaration of `pbase_AddLocalArray must be available
pbase.h:451: error: there are no arguments to `pbase_SetArrayDim that depend on a template parameter, así a declaration of `pbase_SetArrayDim must be available
pbase.h:452: error: there are no arguments to `pbase_AddLocalArray that depend on a template parameter, así a declaration of `pbase_AddLocalArray must be available
pbase.h:454: error: there are no arguments to `pbase_AddLocalArray that depend on a template parameter, así a declaration of `pbase_AddLocalArray must be available
pbase.h: In function `void* AllocArray(T, int, int, int):
pbase.h:472: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h:475: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h:478: error: there are no arguments to `pbase_SetArrayDim that depend on a template parameter, así a declaration of `pbase_SetArrayDim must be available
pbase.h:479: error: there are no arguments to `pbase_AddArray that depend on a template parameter, así a declaration of `pbase_AddArray must be available
pbase.h:481: error: there are no arguments to `pbase_AddArray th

El Make:
# Makefile para input
# Automatisch generiert por Profano2Cpp
CC     = "D:Dev-Cpping++.exe"
INCS   = -I"D:Dev-Cppinclude" -I"D:Dev-Cppincludeg++"
CFLAGS = $(INCS) -L"D:Dev-Cpplib" -B"D:Dev-Cppin" -fexceptions -s -mwindows -w -O2 -fvtable-thunks -fno-elide-constructors
LFLAGS = $(CFLAGS)
OUTPUT = "input.exe"
OBJS   = ".objPrfMain.o" ".objinput.o"
RES    = ".esesource.o"
LIBS   = -luuid "D:Dev-Cppliblibglu32.a" "D:Dev-Cppliblibopengl32.a" "D:Dev-Cppliblibole32.a" "D:Dev-Cppliblibolepro32.a" "D:Dev-Cppliblibodbc32.a" "D:Dev-Cppliblibwsock32.a" "D:Dev-Cppliblibcomctl32.a" "D:Dev-Cppliblibwinmm.a"
PLIBS  = ".libplibbase.lib" ".libplibstr.lib" ".libplibwin.lib" ".libplibtxt.lib"
all: $(OBJS)
 $(CC) -o $(OUTPUT) $(OBJS) $(RES) $(PLIBS) $(LIBS) $(LFLAGS)
".objPrfMain.o" : PrfMain.cpp
 $(CC) -c PrfMain.cpp -o .objPrfMain.o $(CFLAGS)
".objinput.o" : input.cpp
 $(CC) -c input.cpp -o .objinput.o $(CFLAGS)
 
06.09.2008  
 



 
- Página 1 -


Posesiones wahrscheinlich el falsche Versión. Mi es 4.9.9.2

Wo puede ser el richtige runterladen, el uno braucht?

Gracias.

mfg
 
06.09.2008  
 




Frank
Abbing
Hab algo Geduld, Sebastian se se informe. Der es actualmente en Hongkong, y como ticken el Uhren una bischen anders.

 
06.09.2008  
 



Posesiones ahora el Borland 5.5 runtergeladen.
Der funktioniert klasse.

Lo se ejecuta auch dieses Opengl-Programa womit uno el Wings3d-Obj-Archivos einlesen kann wunderbar.

Ya está una tolle Leistung dieser Profano2cpp.

Werde me lo kaufen, si mi Projekte así laufen, Yo lo me vorstelle.

mfg
 
06.09.2008  
 



Pida a los DEV C++ 4.9.8.0 gefunden.

Der funktioniert auch wunderbar. Sombrero gegenüber el Borland 5.5 una algo höhere Geschwindigkeit.
Das se mein Favorit para el Profano2cpp.

Veces para una Whileloop 100.000.000 :
Dev C++ 395-405 ms
Borland C++ 595 - 610 ms

mfg
 
07.09.2008  
 




Sebastian
König
¡Hola Peter,

freut mich, dass lo ya funktioniert Dev-C++ 4.9.9.2 es en el Tat a neu - Yo hatte irgendwann aufgehört, Profano2Cpp a el jeweils aktuelle Dev-C++ 5 Beta-Versión anzupassen.... 4.9.8.0 es todavía ok. Dev-C++ 4 natürlich auch - Yo podría gegenüber Versión 5 no Nachteil determinar (en el Gegenteil: Dev-C++ 4 kompiliert deutlich más rápido...).

Mit Borland C++ 5.5 hast Usted sí schonmal una zweiten Compiler para Testen installiert. Es muy bien, porque lo lässt se meiner Erfahrung después de no völlig allgemein sagen, welcher el schnellsten Code producido. En algunos meiner Tests hatte auch MSVC el Nase vorn...

Viel Spaß weiterhin beim Ausprobieren!

MfG

Sebastian

P.S.: Franco ha bastante - hier es gerade halb zwölf mittags. Yo debería mich veces en algo a Essen kümmern...
 
Windows XP, XProfan/Profan² 4.5 bis 11
Profan2Cpp-Homepage:  [...] 
Alte Profan²-Seite:  [...] 
07.09.2008  
 



Auf Sourceforge gibts aber nurmehr 4.9.9.2
 
07.09.2008  
 




Sebastian
König
Peter Pájaro carpintero
Auf Sourceforge gibts aber nurmehr 4.9.9.2


El es auch ya otra vez bastante alt, glaube Yo... Como se ständig algo änderte, Tuve beschlossen a warten, a Dev-C++ 5 de el Beta-Stadium heraus es. Mittlerweile bezweifle Yo, dass el todavía algo se.... Como De todos modos, Dev-C++ 4 y el otro Compiler son wirklich völlig ausreichend - de Dev-C++ 5 rate Yo en el Moment wegen el Versions-Verwirrung más de.
 
Windows XP, XProfan/Profan² 4.5 bis 11
Profan2Cpp-Homepage:  [...] 
Alte Profan²-Seite:  [...] 
07.09.2008  
 



.. y no mehr el funktionierende Versión DEV C++ 4.9.8.0, hätte Yo wohl ergänzen debería (Implizit el Cuestión: Woher bekomme Yo el funktionierende Versión entonces - Kazaa gibts sí no mehr...)
Gruss, Pájaro carpintero

Ergänzung: Ah como unten stehts sí... Gracias, Sebastian K.!
 
07.09.2008  
 




Sebastian
König
Peter Pájaro carpintero
.. y no mehr el funktionierende Versión DEV C++ 4.9.8.0, hätte Yo wohl ergänzen debería (Implizit el Cuestión: Woher bekomme Yo el funktionierende Versión entonces - Kazaa gibts sí no mehr...)
Gruss, Pájaro carpintero


Hier  [...]  hay todavía el älteren Versionen - bajo anderem auch 4.9.8.0
 
Windows XP, XProfan/Profan² 4.5 bis 11
Profan2Cpp-Homepage:  [...] 
Alte Profan²-Seite:  [...] 
07.09.2008  
 



Como De todos modos, Dev-C++ 4 y el otro Compiler son wirklich völlig ausreichend...

Como kann Yo dir vollkommen zustimmen. El Geschwindigkeit es "Suuuuper...."
Yo brauche ahora no DLL mehr einbinden en mi Texturen rápidamente umzuwandeln. Klasse.

Como que natürlich con XProfan11 comportamiento , blanco Todavía no.

Werde lo demnächts hoffentlich bekommen, si Roland de el Fiesta es.

mfg
peter
 
07.09.2008  
 




Sebastian
König
Peter Bierbachh
Werde lo demnächts hoffentlich bekommen, si Roland de el Fiesta es.


Soweit Yo weiß, befinden se en el Moment el XProfan 11-CDs ya en el Pressung, sodass Rolands Part primero hecho es y él se el Fiesta más que verdient ha!

Profano2Cpp es en cada Fall bereit para XProfan 11 - Versión 2.0 se parallel dazu erscheinen.
 
Windows XP, XProfan/Profan² 4.5 bis 11
Profan2Cpp-Homepage:  [...] 
Alte Profan²-Seite:  [...] 
07.09.2008  
 



 
- Página 2 -


Dieses Turbo C++ ha el tatsächlich encima 300mb???
Oder Yo el falsche lokalisiert?

Wäre una genaue Steuerung dorthin dankbar.

mfg
 
07.09.2008  
 




Respuesta


Título del Tema, max. 100 Signo.
 

Systemprofile:

Kein Systemprofil creado. [anlegen]

XProfan:

 Contribución  Font  Smilies  ▼ 

Bitte registro en una Contribución a verfassen.
 

Tema opciones

4.321 Views

Untitledvor 0 min.
RudiB.07.09.2022
Stringray05.01.2022
RICOSCH05.11.2014
funkheld17.12.2013

Themeninformationen



Admins  |  AGB  |  Applications  |  Autores  |  Chat  |  Política de Privacidad  |  Descargar  |  Entrance  |  Ayuda  |  Merchantportal  |  Pie de imprenta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Juegos  |  Búsqueda  |  Support

Ein Projekt aller XProfan, el lo son!


Mi XProfan
Privado Noticias
Eigenes Ablageforum
Temas-Merkliste
Eigene Beiträge
Eigene Temas
Zwischenablage
Cancelar
 Deutsch English Français Español Italia
Traducciones

Política de Privacidad


Wir uso Cookies sólo como Session-Cookies wegen el technischen Notwendigkeit y en uns hay no Cookies de Drittanbietern.

Wenn du hier en unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung de Informationen en unseren Cookies en XProfan.Net a.

Weitere Informationen a unseren Cookies y dazu, como du el Kontrolle darüber behältst, findest du en unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Yo möchte no Cookie