i had the same problem with the latest version of boost . but thank to God , i managed to solve it .
read it from here :
http://forums.codeblocks.org/index.php?topic=15164.new;topicseen#new...
hello all .
i was asked to make a program which takes the forms picture and then prints it. the form can be of any size and also there must be two modes for printing , a batch print option and a...
ok , thanks to god i found it .
its all because of that line :
MOV AL , 03H
when setting new graphics mode , it must be 12h instead of that 3!
and thats why those color codes were not...
hello all .
there is a simple program in assembly which one of my friends gave me to fix it,! but i myself couldnt help it . so i gave it up!
the program is supposed to be a simple caclulator ,...
thank you Eri523 :)
you are indeed a great help to me :)
God bless you man :)
by the way i called the original author ( yeah after 12 years :)) ) and asked him about the header and that magic...
i didnt ! i just modified the code to suite my needs !
i downloaded it form here :
http://win32assembly.online.fr/source2.html
i attached the whole Original Program! before!( i re attached it...
hello
thanks dear .
well the first solution didnt work :( , used an absolute path like "C:\noname.rec" and just like before , the first time plays fine but for next tries it fails with that...
hello all again
i encountered some problems concerning this program .
my first problem is the random error message i get because of not being able to find the file !!! while the file is there...
ok , its over now .
thanks to God , i could make it at last :) , but there are couple of minor bugs though :D .
Eri523 Thank you very much for everything :)
ok .
i came up with the timer solution . on timer tick , i call a method inwhich Record and Play are initiated each time .
but i have a problem here . i dont know how to invoke a button click ?...
all i want to do is to record {sleep } show and then again record { pause } show and so on .
so far there are buttons ! i need to get rid of them and implement such a thing .
whats your idea on...
about the Makro and Play , they are independent .
while Makro is used to record and play, Play.exe is only used to run the pre recorded file at back ground through command prompt :) .
i'll give it...
i could finally get this sample to compile :)
now i have two issues concerning this sample .
first : i found out this app works only under windows 98!! and probably 2000 , but not XP! why?(windows...
Thanks Eri523 :) , you are indeed a great help to me :thumb:
the application has a GUI , ( as you should have known by now by looking at the attachments content- there is an executable Makro.exe - ...