Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help on Usage... #1

Closed
SpecNext opened this issue Jan 3, 2023 · 2 comments
Closed

Help on Usage... #1

SpecNext opened this issue Jan 3, 2023 · 2 comments

Comments

@SpecNext
Copy link

SpecNext commented Jan 3, 2023

Dear Mike,

how can I understand this:
===== Snip =====
Usage
Example :- loading a ZX Spectrum Next image
SDCard card = SDCard.Open( "C:\source\ZXSpectrum_Demos\2gbimage\cspect-next-2gb.img" );
List dir = card.ReadDirectory("Demos\WidescreenImageDemo");
byte[] f = card.LoadFile("demos\WidescreenImageDemo\readme.txt");
===== Snap =====
I´m on Windows. Are these commandline-parameters for SDCardEditor.exe or should these go into a config-File? Or is this for Usage calling the .NET DLL?

Regards

@mikedailly
Copy link
Owner

This code is if you're using the C# DLL for your own project.

You'll notice there are 2 sections, the "access" dll, and the SD Card Editor. This code is for using the Access DLL in your own C# project.

If you want to open an SD card in the GUI, then just run the .EXE and type the full path into the "SD Card Image" text box, then click open. For some reason you can't cut/paste text into that text box - I've not fixed that yet, nor added a file browser.... sorry.
You can't drag files IN at the moment, just out.

@SpecNext
Copy link
Author

SpecNext commented Jan 3, 2023 via email

@SpecNext SpecNext closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants