the sensor
pcm codecs
DAU
ID cards
MS Visual Studio
preparations

English >>
BlueEyes software secrets

Here are some BlueEyes software tricks.


DEBUG_NEW syndrome >>


 

 

As you can read in development stories section about MS Visual Studio time to time DEBUG_NEW syndrome apears while working on large projects. We do not know whether there is ultimate solution for this problem or not, but you can find a few of our solutions' brakedown below. seo make the Bluetooth communication reliable we developed our own serial-port-micro-stack.

Unfortunately - Windows 2000 and its ACPI extensions very much fiddle with mobile computers' communication ports. On our Toshiba laptop - the system maintained an illegal state of the closed COM port lines (all voltages at 0V). After opening the port - the voltages were coming back to their normal values, which easily stupified the Bluetooth module.

 

Solutions to the DEBUG_NEW syndrome
Solution

Time "complexity"

(ca. PIII 600Mhz, 128MB RAM, application in middle stage of development - ca. 30 KLOC)

Effectiveness
Save all files, then compile 5 s 10 %
Change a line in any *.h file and save it, then compile 10 s 30 %
Delete *.exe file and then compile 30 s - drink your coffee 60 %
Rebuild all 60 s - go and make yourself coffee 80 %
Delete all files from Debug/Release dir and rebuld all/compile 120 s - go and make yourself strong and black coffee 90 %

 

 



copyright - BlueTeam - 2001
web design - Stanislaw 'STACHOO' Osinski Krystian 'ZAK' Nowak