Direkt zum Hauptbereich

Posts

Posts mit dem Label "windows" werden angezeigt.

Keep console application open in MS Visual C++ 2010 Express

Usually the console window closes immediately after execution. To keep it open, one could change the program and add e.g. a cin.get(). But there is a way to keep it open without changing any line: Bitte Rechtsklick den Projektnamen, und gehen Sie auf der Seite Eigenschaften bitte erweitern Sie Konfigurationseigenschaften-> Linker-> System, wählen Sie bitte die Konsole (/ SUBSYSTEM: CONSOLE) im Dropdown-SubSystem. Da, in der Standardeinstellung das leere Projekt nicht angegeben ist. http://de.softuses.com/271941 in english: Please right click your project name and go to Properties page, please expand Configuration Properties -> Linker -> System, please select Console (/SUBSYSTEM:CONSOLE) in SubSystem dropdown. Because, by default, the Empty project does not specify it. http://social.msdn.microsoft.com/Forums/en/vsdebug/thread/868551df-9d87-43cb-b24b-d8665a2ae646

Matlab license w/o system variable

A network.lic-file has to be placed within the application folder \ licenses, in my case: C:\Program Files\MATLAB\R2012a\licenses http://www.mathworks.nl/support/solutions/en/data/1-63ZIR6/index.html This license-file has the following format SERVER server_name hostid port# USE_SERVER http://www.mathworks.nl/support/solutions/en/data/1-99R6CN/index.html?solution=1-99R6CN where servername and host id can be found on the Flexlm Licenses Detail Website (Server: @ ) The host id seems to be the  volume serial number of the C:\ drive  (in cmd:> "vol c:" Volumeseriennummer (without the dash ) http://www.mathworks.nl/support/solutions/en/data/1-171PI/

Fritz!Fax

ftp://ftp.avm.de/fritz.box/tools/fax4box/ runtergeladen, und in der virtualbox installiert Netzwerkadapter der virtuellen Box auf Hostinterface geändert. Funktioniert im Prinzip manchmal, manchmal aber nicht... Fehlerquelle und Lösung : Ich gehe mal davon aus daß du FritzFax im Autostart hast. Wenn das so ist, kann es vorkommen daß FritzFax vor der Erkennung der Fritzbox gestartet wird und somit die Capi noch nicht erkannt wird. Abhilfe: C:\Programme\FRITZ!fax\FriFax32.exe -a Mit dem Anhang -a wird dies verhindert. FritzFax startet ohne Fehlermeldung. _________________ Bemerkung: das -a muss außerhalb eventueller Anführungsstrichel des "Ziels" der Windows-Verknüpfung. Und: es darf immer nur ein Computer Fritz!Fax gestartet haben, sonst funktionierts nicht. Eventueller muss mit #96*3* der Capi-Dienst gestartet werden.