Jump to content


Photo

GM BURNER (CD/DVD etc) Ver 1-2


  • Please log in to reply
12 replies to this topic

#1 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 10 September 2011 - 11:13 PM

GM burner DLL

Ok, this thing HAVE limitation on 128Mb at writing sesion.... (This was I read but I am not and try)
This limitation comes from autors of used library... see at binarymagics.com for more...


I am NOT test all of this funtion. As a fact I am test just few of them, but shuld be work...

CAUTION how you will use this dll. I am NOT responsabile for ANY damage maked.
You can use this dll on you own risk.

LICENCE: see binarymagics.com... and READ LICENCE .txt from download

Credits... YES, that will be wery nice from you... Please point credit on
zmmaj from ZmajSoft team
or www.zmajsoft.com or both :)


What can do?

  • Support CD-ROM BD-RE/ BD-R / HD DVD-R / CD-R / CD-RW / DVD-ROM / DVD-R / DVD-RAM / DVD-RW / DVD+RW / DVD+R / DDCD-ROM /
  • DDCD-R / DDCD-RW.
  • On the fly recording; no need to build ISO file first. No temporary files.
  • Create ISO (100% DOS/Windows) compatible Data CDs / DVDs.
  • Support Long File Name ( Joliet ) File System.
  • Full supports of Unicode file names.
  • DBCS and MBCS support.
  • Burn and Build ISO Images.
  • CD/DVD Copying/Imaging Support.
  • Create Multi-session Discs.
  • Import any of the available previous session.
  • Write on Rewritable CDs/DVDs.
  • Highly customizable Files/Directory layout.
  • Tested with IDE/EIDE, USB, SCSI, Firewire CD/DVD Writers.
  • High Performance File/Disc Caching.
  • Make backup software easily.
  • Bootable CD/DVD support
UPDATE 1-2

OK... This is improved version
Nothing with dll itself,all improvements was been in GM code

download link:
http://www.host-a.ne...0BURN%201-2.zip

Inside ZIP is:
GMK file (GM 8)
EXE - Example
DLL - of course
README.txt
README.rtf
LICENCE.txt


Enyou !!!

zmmaj from ZmajSoft team
www.zmajsoft.com

Edited by zmaj, 13 September 2011 - 06:36 AM.

  • 0

#2 IQbrew

IQbrew

    Pro-Grammar

  • Banned Users
  • 2607 posts
  • Version:Unknown

Posted 11 September 2011 - 01:14 AM

Didn't you already make a thread or 4 like this?
I still suspect you're just distributing a virus.

#3 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 11 September 2011 - 04:47 AM

visit www.zmajsoft.com... Then you will know...
I have a little time, and that time I give to forum, and GM...
If you liked OK, if you don't OK...
Simply I don't CARE...

About viruses....
You know, many years ago, someone was invented Antivirus program...
Be brain and use such application to check...

Edited by zmaj, 11 September 2011 - 08:44 AM.

  • 0

#4 SenJe0

SenJe0

    GMC Member

  • GMC Member
  • 733 posts

Posted 11 September 2011 - 10:08 AM

Didn't you already make a thread or 4 like this?
I still suspect you're just distributing a virus.

Dont say what you don't know...I suggest a little congintive analysis before such comments are posted. Good work zmaj! Thanks for not being selfish.

EDIT: The burner does not work when I click on burn....

Edited by SenJe0, 11 September 2011 - 10:14 AM.

  • 1

#5 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 11 September 2011 - 10:47 AM


Didn't you already make a thread or 4 like this?
I still suspect you're just distributing a virus.

Dont say what you don't know...I suggest a little congintive analysis before such comments are posted. Good work zmaj! Thanks for not being selfish.

EDIT: The burner does not work when I click on burn....


See button 'burn' itself... meybe is command Burn() disabled...
Or lets go from start of code. IN Creation you have some kind of initialization.
So, in My case I was set burner device=0 as I have burner as FIRST device... It's possible that is NOT your case.
You must find all your devices then set your burner...


{ STEP 1.. numb=countDevices.
Step 2, a=0;
while a !=numb{
show_message(getDeviceName(a)+' and index is: '+ string(a));
a+=1;
}
And now you can set desired device.


SetDevice( index);
You can check does is all ok on simple way...
Click on Button Eject... if your default burner open tray that is that, you choose right device...

And second, in begining of example, you have to chose ONE directory to burn..
Directory, must be a smaller than 128 Mb. If you choose nothing= no burning... I didn't try to burn directory bigger than 128 Mb, so I don't know how will work...

And Third Ue command GetErrorNumber() or GetErrorString to find out what was hapend..

Try this, and write me how you go on... :)

I will from mine side write better example for day or two.. :)

Edited by zmaj, 11 September 2011 - 11:13 AM.

  • 0

#6 SenJe0

SenJe0

    GMC Member

  • GMC Member
  • 733 posts

Posted 11 September 2011 - 01:47 PM

I tried everything, plus when I eject, the default burner ejects. In fact, I have only one burner on my laptop, but this not working. I dont know if its' only me but other community members can test...
I need this badly...

Edited by SenJe0, 11 September 2011 - 01:47 PM.

  • 0

#7 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 11 September 2011 - 02:00 PM

I tried everything, plus when I eject, the default burner ejects. In fact, I have only one burner on my laptop, but this not working. I dont know if its' only me but other community members can test...
I need this badly...


I was test this on Wista,and works..what OS you have?

Can you see name of your burning device when example start?

Does other command works?

How many files you have in imported dir ? Did you have correct reading of loaded files...

Trick is simple,,, Nothing can work if you select wrong device on start...
This you can change later with same command SelectDevice()

Try is this ok with command GetDeviceName(), if you got right name your burning device than I can continue with analise.
And please provide here your code I must see what you trying

Edited by zmaj, 11 September 2011 - 02:01 PM.

  • 0

#8 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 12 September 2011 - 05:37 AM

OK, List night I was fixed several bugs in dll
Here it is download link with better example...
With example now you can:
add file
add dir
make ISO
Burn CD/DVD
BIRN ISO file...

added button for selecting device...
This button also have purpose to check does everything work well.
If you haven selected device ( NOONE) something is wrong.

download link:
http://www.host-a.ne...URN ver 1-1.zip
  • 0

#9 SenJe0

SenJe0

    GMC Member

  • GMC Member
  • 733 posts

Posted 12 September 2011 - 07:08 AM

Hello Zmaj,
Everything works except burn funciton, I don't know, I already chose the right device burner but still doesn't work. Apart from that, other funtions work perfectly well. I don't know why but have you tried it on your pc. It looks nice except that the burn function does not work, even after choosing device... :sad: I'm very sad...
  • 0

#10 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 12 September 2011 - 07:18 AM

Hello Zmaj,
Everything works except burn funciton, I don't know, I already chose the right device burner but still doesn't work. Apart from that, other funtions work perfectly well. I don't know why but have you tried it on your pc. It looks nice except that the burn function does not work, even after choosing device... :sad: I'm very sad...


What CD-Burner you have... and what is your OS please... did you have Win7?

Maybe you have isue with CD-Burning rights...
This was hapend if you login into Windows different than administrator ( eg. guest), Also in some corporation adminstrators
always disable burning rights for all users.
Try to start exe with:
Right click-> Run as admin...

If not, then try todownload and run next
http://www.binarymag...ds/cdrights.exe
(choose "For All Users" then button "Apply", then Cancel)

NOTICE:
1:For START, import directory smaller than 128 Mb... If you succeed than try with bigger dir...
2: Button TEST MUST be on OFF for REAL burning, on ON is all set to TEST burning., press F1 for more.

Of course I was try application.. I have Wista,and works all OK. :)

Edited by zmaj, 12 September 2011 - 07:57 AM.

  • 0

#11 SenJe0

SenJe0

    GMC Member

  • GMC Member
  • 733 posts

Posted 12 September 2011 - 11:59 AM

Well,
I've tried all that is possible, even changing rights and it still seems not to work. I use windows7, and use a very modern hp i5 laptop, My cd burner is also modern, I like the iso functions though, and the folder cretion function so I guess I'll just steal those functions and add them to the previous burner you gave to me, till the software works. Thanks man...
  • 0

#12 zmaj

zmaj

    GMC Member

  • GMC Member
  • 323 posts

Posted 12 September 2011 - 01:33 PM

Well,
I've tried all that is possible, even changing rights and it still seems not to work. I use windows7, and use a very modern hp i5 laptop, My cd burner is also modern, I like the iso functions though, and the folder cretion function so I guess I'll just steal those functions and add them to the previous burner you gave to me, till the software works. Thanks man...


Sorry man... I am not try on Win7... there are completely different condition and permissions...
Application cdrights.exe are from 2006... Then Win7 are n ot been even in Plans of MIcrosoft,,,
So, see how to change burning rights manual.. that is your problem as I can see...
  • 0

#13 SenJe0

SenJe0

    GMC Member

  • GMC Member
  • 733 posts

Posted 09 January 2012 - 04:56 PM

nyc
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users