Can't Compile The FloppyEmulator Soft

General discussion forum - for all that doesn't fit in any other category.
Post Reply
kahtan
Posts: 5
Joined: Tue Dec 21, 2010 12:51 pm

Can't Compile The FloppyEmulator Soft

Post by kahtan »

Hi Jeff,
I tried to compile the soft source code using Visual Studio 6.0 Enterprise Edition
i got error:
can't find the file: "./libs/capslib/Comtype.h"
i notised the all files in folder "capslib" are missed.

can you help me?
Thanks

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: Can't Compile The FloppyEmulator Soft

Post by Jeff »

kahtan wrote:Hi Jeff,
I tried to compile the soft source code using Visual Studio 6.0 Enterprise Edition
i got error:
can't find the file: "./libs/capslib/Comtype.h"
i notised the all files in folder "capslib" are missed.

can you help me?
Thanks

Due to some license issues i had to remove this lib from the sources.
add it by yourself:
http://www.softpres.org/_media/files:ip ... ache=cache

Why do you want recompile the software ?

kahtan
Posts: 5
Joined: Tue Dec 21, 2010 12:51 pm

Re: Can't Compile The FloppyEmulator Soft

Post by kahtan »

i am trying to use Winimage SDK with yor software to generate hfe file directly from any file.

i mean:
first generate image file using winimage sdk the generate hfe file by one click

again i can't find the file: "./libs/capslib/CapsFDC.h"

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: Can't Compile The FloppyEmulator Soft

Post by Jeff »

kahtan wrote:i am trying to use Winimage SDK with yor software to generate hfe file directly from any file.

i mean:
first generate image file using winimage sdk the generate hfe file by one click

again i can't find the file: "./libs/capslib/CapsFDC.h"

comment the missing includes, this should compile.

there are already an FAT/DOS floppy generator in the software.

emrezanbak
Posts: 11
Joined: Tue Aug 17, 2010 9:35 am

Re: Can't Compile The FloppyEmulator Soft

Post by emrezanbak »

Hi,

download file: [ADMIN]Sorry, no non-official download allowed[/ADMIN]

build ok.

Generating Code...
Linking...

HxCFloppyEmulatorGUI.exe - 0 error(s), 5 warning(s)

Regards.

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: Can't Compile The FloppyEmulator Soft

Post by Jeff »

kahtan wrote:i am trying to use Winimage SDK with yor software to generate hfe file directly from any file.

i mean:
first generate image file using winimage sdk the generate hfe file by one click

again i can't find the file: "./libs/capslib/CapsFDC.h"

i forgot this:
If you don't need the IPF support, just remove "IPF_SUPPORT" from the preprocessor definition of the VC project.

kahtan
Posts: 5
Joined: Tue Dec 21, 2010 12:51 pm

Re: Can't Compile The FloppyEmulator Soft

Post by kahtan »

emrezanbak wrote:Hi,

download file: [ADMIN]Sorry, no non-official download allowed[/ADMIN]

build ok.

Generating Code...
Linking...

HxCFloppyEmulatorGUI.exe - 0 error(s), 5 warning(s)

Regards.
Hi emrezanbak
Thank you for you post.
please can you send me the links to email:
[admin]To avoid spam ... avoid posting Email on the forum...[/admin]

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: Can't Compile The FloppyEmulator Soft

Post by Jeff »

kahtan wrote:
emrezanbak wrote:Hi,

download file: [ADMIN]Sorry, no non-official download allowed[/ADMIN]

build ok.

Generating Code...
Linking...

HxCFloppyEmulatorGUI.exe - 0 error(s), 5 warning(s)

Regards.
Hi emrezanbak
Thank you for you post.
please can you send me the links to email:
Again... :
If you don't need the IPF support, just remove "IPF_SUPPORT" from the preprocessor definition of the VC project.

And if you really need these files, ask to the sps team directly:
http://www.softpres.org/

emrezanbak
Posts: 11
Joined: Tue Aug 17, 2010 9:35 am

Re: Can't Compile The FloppyEmulator Soft

Post by emrezanbak »

v.1.5.0 build ok.


CapsLib.h
CapsForm.h
CapsAPI.h
CapsFDC.h
CapsPlug.cpp
CapsPlug.h
Comlib.h
Comtype.h

C.A.P.S. - The Classic Amiga Preservation Society
Access API, Open License Agreement


PREAMBLE

This distribution (the package collectively referred to as the C.A.P.S.
"Access API") is to enable "plugin" support for C.A.P.S. media images,
where the actual C.A.P.S. library (which has its own license, and is
available separately from the website) may or may not be present.

It is intended for commercial (for-profit) applications, or those
applications that have a commerical version (for ease of transition)
that are not allowed to distribute the actual C.A.P.S. library as
defined by the license that comes with the C.A.P.S. library. For
freeware applications, it is better to use the C.A.P.S. API directly
and those applications can ignore this distribution entirely.

LICENSE

This distribution, the C.A.P.S. media "Access API" can be statically
linked to any program. No actual functionality is provided however.
For functionality, users need to download the complete distribution
from the C.A.P.S. website, and that distribution is bound by its own
license.

Commerical distributions of software products should make users aware
that they can enable C.A.P.S. media support by downloading and
installing the offical distribution from the website where appropriate.

The source code in this distribution should not be modified for obvious
reasons, however, this "Access API" package can used however
appropriate and this license need not be included with distributions
of the software product.

The most current version of this license is kept on the C.A.P.S.
web site. Due notice shall be given if ever the license changes,
then all versions of the Technology will be constrained by the
newer license.


Copyright and Trademark Notices:
--------------------------------
The Access API is Copyright (c) C.A.P.S. 2004. All rights reserved.
The documentation and all computer files are also Copyright
(c) C.A.P.S. 2004. All rights reserved. All other trademarks are the
property of their respective owners.


C.A.P.S.
The Classic Amiga Preservation Society
http://www.caps-project.org

Post Reply