archivelib-sys 0.2.0

An implementaton(in C++) of the Greenleaf ArchiveLib compression/decompression algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
/*
Copyright 1990-2008 Light Infocon Tecnologia S/A

Este arquivo é parte do programa LightBase - Banco de Dados Textual Documental

O LightBase é um software livre; você pode redistribui-lo e/ou modifica-lo dentro
dos termos da Licença Pública Geral GNU como publicada pela Fundação do Software
Livre (FSF); na versão 2 da Licença.

Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA
GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou APLICAÇÃO
EM PARTICULAR. Veja a Licença Pública Geral GNU para maiores detalhes.

Você deve ter recebido uma cópia da Licença Pública Geral GNU versao 2, sob o
título "LICENCA.txt", junto com este programa, se não, escreva para a Fundação do
Software Livre(FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/


#include "arclib.h"
#pragma hdrstop

#include "al.h"
#include "alcxl.h"

//
// extern "C" int ALArchiveExtract( hALArchive this_object,
//                                  hALEntryList list )
//
// ARGUMENTS:
//
//  this_object  : The handle of (pointer to) an ALArchiveBase object.
//
//  list         : The handle of (pointer to) an ALEntryList object.
//
// RETURNS
//
//  A status code, AL_SUCCESS or < AL_SUCCESS in case of an error.
//
// DESCRIPTION
//
//  This is the wrapper function for ALArchiveBase::Extract().  See the
//  function in ARCHIVEB.CPP for more details.
//
// REVISION HISTORY
//
//   May 22, 1994  2.0A  : First release
//
extern "C" int AL_FUNCTION ALArchiveExtract( hALArchive this_object, hALEntryList list )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveExtract" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveExtract" );
    return ((ALArchiveBase *) this_object )->Extract( *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveCreate( hALArchive this_object,
//                                 hALEntryList list )
//
// ARGUMENTS:
//
//  this_object  : The handle of (pointer to) an ALArchiveBase object.
//
//  list         : The handle of (pointer to) an ALEntryList object.
//
// RETURNS
//
//  AL_SUCCESS for successful creation, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function that supports the
//  ALArchiveBase::Create(ALEntryList&) function.  For details on the
//  internals, see ARCHIVEB.CPP.  Note that the two arguments
//  are checked for correct type.  The second version of
//  ALArchiveBase::Create() is found below.
//
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveCreate( hALArchive this_object, hALEntryList list )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveCreate" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveCreate" );
    return ((ALArchiveBase *) this_object )->Create( *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveCreateFromArchive( hALArchive this_object,
//                                            hALArchive input_archive,
//                                            hALEntryList list )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that is going to be created.
//
//  input_archive : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that contains the compressed
//                  objects that are going to be inserted.
//
//  list          : A handle for (pointer to) an ALEntryList object.
//                  It will contains descriptions of all the compressed
//                  objects in input_archive that are going to be inserted
//                  into this_object.
//
// RETURNS
//
//  AL_SUCCESS for successful creation, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::Create(ALArchiveBase&,ALEntrylist&).
//  For details on how the member function actually works, take a
//  gander at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveCreateFromArchive( hALArchive this_object, hALArchive input_archive, hALEntryList list )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveCreateFromArchive" );
    AL_ASSERT_OBJECT( input_archive, ALArchiveBase, "ALArchiveCreateFromArchive" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveCreateFromArchive" );
    return ((ALArchiveBase *) this_object )->Create( *(ALArchiveBase *)input_archive, *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveAppend( hALArchive this_object,
//                                 hALEntryList list )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that is going to have new objects
//                  appended to it.
//
//  list          : A handle for (pointer to) an ALEntryList object.
//                  It will contains descriptions of all the standalone
//                  objects that are going to be inserted into this_object.
//
// RETURNS
//
//  AL_SUCCESS for a successful append, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::Append(ALEntrylist&). For details on how the member
//  function actually works, see ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//


extern "C" int AL_FUNCTION ALArchiveAppend( hALArchive this_object, hALEntryList list )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveAppend" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveAppend" );
    return ((ALArchiveBase *) this_object )->Append( *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveAppendFromArchive( hALArchive this_object,
//                                            hALArchive input_archive,
//                                            hALEntryList list )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that is going to get new stuff
//                  appended to it.
//
//  input_archive : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that contains the compressed
//                  objects that are going to be added to this_object.
//
//  list          : A handle for (pointer to) an ALEntryList object.
//                  It will contains descriptions of all the compressed
//                  objects in input_archive that are going to be added
//                  to this_object.
//
// RETURNS
//
//  AL_SUCCESS for a successful append, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::Append(ALArchiveBase&,ALEntrylist&).
//  For details on how the member function actually works, take a
//  look at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveAppendFromArchive( hALArchive this_object, hALArchive input_archive, hALEntryList list )
{
    AL_ASSERT( ((ALArchiveBase *) this_object)->GoodTag(),
               "archive argument is not a valid ALArchiveBase" );
    AL_ASSERT( ((ALArchiveBase *) input_archive)->GoodTag(),
               "input archive argument is not a valid ALArchiveBase" );
    AL_ASSERT( ((ALEntryList *) list)->GoodTag(),
               "list argument is not a valid ALEntryList" );
    return ((ALArchiveBase *) this_object )->Append( *(ALArchiveBase *) input_archive, *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveReadDirectory( hALArchive this_object,
//                                        hALEntryList list )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that is going to have its directory
//                  read into the list.
//
//  list          : A handle for (pointer to) an ALEntryList object.
//                  The list is going to receive descriptions for all
//                  of the compressed objects stored in the archive.
//
// RETURNS
//
//  AL_SUCCESS for a successful read, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::ReadDirectory(ALEntrylist&).  For details on how
//  the member function actually works, take a look at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveReadDirectory( hALArchive this_object, hALEntryList list )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveReadDirectory" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveReadDirectory" );
    return ((ALArchiveBase *) this_object )->ReadDirectory( *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveWriteDirectory( hALArchive this_object,
//                                         hALEntryList list )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  This is the archive that is going to get the new copy
//                  of the directory written out to it.
//
//  list          : A handle for (pointer to) an ALEntryList object.
//                  The list contains descriptions for all
//                  of the compressed objects stored in the archive.
//
// RETURNS
//
//  AL_SUCCESS for a successful write, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::WriteDirectory(ALEntrylist&).  For details on how
//  the member function actually works, take a look at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveWriteDirectory( hALArchive this_object, hALEntryList list )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveWriteDirectory" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveWriteDirectory" );
    return ( (ALArchiveBase *) this_object )->WriteDirectory( *( (ALEntryList *) list ) );
}

//
// extern "C" int ALArchiveDelete( hALArchive this_object,
//                                 hALEntryList list,
//                                 hALArchive output_archive )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  This archive will have some of its compressed
//                  objects copied to the output archive.  It will
//                  then be renamed to a backup name, with its contents
//                  unchanged.
//
//  list          : A handle for (pointer to) an ALEntryList object.
//                  All of the marked objects in the list will be
//                  deleted (by not copying) from the output_archive.
//
//  output_archive: This archive will get some of the files from
//                  this_object.  It will then be renamed to have the
//                  original name of this_object.
//
// RETURNS
//
//  AL_SUCCESS for a successful deletion, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::Delete().  For details on how the member function
//  actually works, take a look at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveDelete( hALArchive this_object,
                                             hALEntryList list,
                                             hALArchive output_archive )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveDelete" );
    AL_ASSERT_OBJECT( list, ALEntryList, "ALArchiveDelete" );
    AL_ASSERT_OBJECT( output_archive, ALArchiveBase, "IALArchiveDelete" );
    return ((ALArchiveBase *) this_object )->Delete( *( (ALEntryList *) list ), *( (ALArchiveBase *) output_archive ) );
}

//
// extern "C" int ALArchiveSetComment( hALArchive this_object,
//                                     char *comment )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We are going to change the comment in archive, although
//                  the new comment won't be stored in the archive until
//                  we do a WriteDirectory().
//
//  comment       : An ASCII string that will be the new comment.  Note
//                  that this gets passed properly from both C and VB.
// RETURNS
//
//  AL_SUCCESS for a successful update, < AL_SUCCESS for a failure.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::SetComment().  For details on how the member function
//  actually works, take a look at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveSetComment( hALArchive this_object, char *comment )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveSetComment" );
    if ( comment == 0 )
        comment = (char *)"";
    return ( (ALArchiveBase *) this_object )->SetComment( comment );
}

//
// extern "C" char * ALArchiveGetComment( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We are going to get the comment from this archive.
//                  Note that there won't be any comment here until
//                  you have performed a ReadDirectory().
// RETURNS
//
//  A pointer to the new string, which is stored in the ArchiveBase
//  object.  You can print it, copy it, or whatever, but don't you
//  dare change it.
//
// DESCRIPTION
//
//  This is the C wrapper function for the C++ function
//  ALArchiveBase::GetComment().  For details on how the member function
//  actually works, take a look at ARCHIVEB.CPP.  Very important
//  to note that this is for C ONLY!  VB strings take a special
//  return type, see the next function.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" char * AL_FUNCTION ALArchiveGetComment( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveGetComment" );
    return (char *) ( (ALArchiveBase *) this_object )->GetComment();
}

//
// extern "C" long ALArchiveGetCommentVB( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We are going to get the comment from this archive.
//                  Note that there won't be any comment here until
//                  you have performed a ReadDirectory().
// RETURNS
//
//  A pointer (or something, I'm not really sure) to a VB string.
//  The string is created inside VB.EXE (I think), by the
//  special string creation function.
//
// DESCRIPTION
//
//  This is the VB wrapper function for the C++ function
//  ALArchiveBase::GetComment().  For details on how the member function
//  actually works, take a look at ARCHIVEB.CPP.  Very important
//  to note that this is for VB ONLY!  We have to do something
//  special to translate a C character string to a VB native string
//  type, and the two are not interchangeable!!!
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.  The return result from the
//  function has to get ground through the VB string maker before we
//  have something good to return.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A   : First release
//
//   August 10, 1994 1.0B : Combined a bunch of #ifdefs into a single test
//                          against AL_VB

#if defined( AL_VB )
extern "C" long AL_FUNCTION ALArchiveGetCommentVB( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveGetCommentVB" );
    const char _far *status = ( (ALArchiveBase *) this_object )->GetComment();
    if ( status == 0 )
        status = "";
    return ALCreateVBString( status, (unsigned short int) _fstrlen( status ) );
}
#endif

//
// extern "C" hALStorage ALArchiveGetStorage( hALArchive hArchive )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  we are going to get the handle for (pointer to)
//                  the underlying storage object that contains the
//                  archive.
// RETURNS
//
//  A handle for (pointer to) an ALStorage object.  I think in theory
//  it isn't possible for this guy to return a 0.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::GetStorageObject().  For details on how the member
//  function actually works, take a look at ARCHIVEB.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" hALStorage AL_FUNCTION ALArchiveGetStorage( hALArchive this_object )
{
    AL_ASSERT( ((ALArchiveBase *) this_object)->GoodTag(),
               "archive argument is not a valid ALArchiveBase" );
    ALStorage *obj = ((ALArchiveBase *) this_object)->GetStorageObject();
    return (hALStorage) obj;
}

//
// extern "C" int ALArchiveFillListBoxWindow( hALArchive this_object,
//                                            HWND window )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We are going to fill a list box with the names
//                  of the storage objects in this archive.
//
//  window        : The window handle (not the ID!!!) of a list box.
//
// RETURNS
//
//  AL_SUCCESS for good things, <AL_SUCCESS for bad things.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::FillListBox().  For details on how the member
//  function actually works, take a look at ARCHIVEB.CPP.  Note that
//  even though there is only a single C++ function, we have two
//  different incarnations for the wrapper function.  One that uses
//  a window handle by itself, and another that uses a dialog handle
//  /list box id combo to identify the list box.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

#if defined( AL_WINDOWS_GUI )
extern "C" int AL_FUNCTION ALArchiveFillListBoxWindow( hALArchive this_object,
                                                        HWND window )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveFillListBoxWindow" );
    return ((ALArchiveBase *) this_object)->FillListBox( window );
}

//
// extern "C" int ALArchiveFillListBoxDialog( hALArchive this_object,
//                                            HWND dialog,
//                                            int id );
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We are going to fill a list box with the names
//                  of the storage objects in this archive.
//
//  window        : The window handle of a dialog box that contains
//                  the list box that will be filled.
//
//  id            : The id of the list box control in the dialog.
//
// RETURNS
//
//  AL_SUCCESS for good things, <AL_SUCCESS for bad things.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::FillListBox().  For details on how the member
//  function actually works, take a look at ARCHIVEB.CPP.  Note that
//  even though there is only a single C++ function, we have two
//  different incarnations for the wrapper function.  One that uses
//  a window handle by itself, and another that uses a dialog handle
//  /list box id combo to identify the list box.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveFillListBoxDialog( hALArchive this_object,
                                                        HWND dialog,
                                                        int id )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveFillListBoxDialog" );
    return ((ALArchiveBase *) this_object )->FillListBox( dialog, id );
}

#endif

//
// extern "C" void deleteALArchive( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We destroy it in this function.
//
// RETURNS
//
//  No returns from destructors.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALArchiveBase::~ALArchiveBase().  For details on how the member
//  function actually works, take a look at ARCHIVEB.CPP.
//
//  Note that this destructor function is virtual, and should be called
//  to destroy any derived classes as well.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" void AL_FUNCTION deleteALArchive( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "deleteALArchive()" );
    delete (ALArchiveBase *) this_object;
}

//
// extern "C" int ALArchiveSetError( hALArchive this_object,
//                                   int error,
//                                   char *text )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We are going to set the archive's status member
//                  so that it is in an error state.
//
//  error         : The error code to apply to the object.  Values from
//                  ALDEFS.H are good, but it really doesn't matter as
//                  long as you use a negative number.
//
//  text          : The text of the error message you want to associate with
//                  this error.
//
// RETURNS
//
//  Returns the error code that you passed it.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ member function
//  ALName::SetError(), as applied to an ALArchive object.  For more
//  details on how the function actually works, check out OBJNAME.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveSetError( hALArchive this_object,
                                              int error,
                                              char AL_DLL_FAR *text )
{
    AL_ASSERT_OBJECT( this_object, ALArchive, "ALArchiveSetError" );
    ( (ALArchive *) this_object )->mStatus.SetError( error, text );
    return error;
}

//
// extern "C" int ALArchiveGetStatusCode( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//
// RETURNS
//
//  An integer that contains the current status code for the object.
//  Note that values of < 0 always indicate an error conditions.
//
// DESCRIPTION
//
//  This is the C/VB wrapper function for the C++ function
//  ALName::GetStatusCode() as implemented for objects of type
//  ALArchiveBase.  For details on how the member
//  function actually works, take a look at OBJNAME.CPP.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" int AL_FUNCTION ALArchiveGetStatusCode( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase , "ALArchiveGetStatusCode" );
    return ( (ALArchiveBase *) this_object )->mStatus.GetStatusCode();
}

//
// extern "C" char *ALArchiveGetStatusString( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We want to get the string translation of the error
//                  code for this object.
//
// RETURNS
//
//  Always returns a pointer to a short string translation of the
//  current error code.
//
// DESCRIPTION
//
//  This is the C wrapper function for the C++ function
//  ALName::GetStatusString(), as implemented for class ALArchiveBase.
//  Note that we need a completely different function return strings
//  to VB programmers.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" char AL_DLL_FAR * AL_FUNCTION
ALArchiveGetStatusString( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveGetStatusString" );
    const char *status = ( (ALArchiveBase *) this_object )->mStatus.GetStatusString();
    if ( status == 0 )
        status = "";
    return (char AL_DLL_FAR *) status;
}

//
// extern "C" long ALArchiveGetStatusStringVB( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We want to get the string translation of the error
//                  code for this object.
//
// RETURNS
//
//  Always returns a VB handle (pointer?) to a short string translation of
// the current error code for the ALArchiveBase object.
//
// DESCRIPTION
//
//  This is the VB wrapper function for the C++ function
//  ALName::GetStatusString(), as implemented for class ALArchiveBase.
//  Note that we need a completely different function to return strings
//  to C programmers.  In this case, we use a special VB translation routine
//  to convert a C string to one that is nice and easy for VB to use.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A   : First release
//
//   August 10, 1994 1.0B : Combined a bunch of #ifdefs into a single test
//                          against AL_VB

#if defined( AL_VB )
extern "C" long AL_FUNCTION ALArchiveGetStatusStringVB( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveGetStatusStringVB" );
    const char _far *status = ( (ALArchiveBase *) this_object )->mStatus.GetStatusString();
    if ( status == 0 )
        status = "";
    return ALCreateVBString( status, (unsigned short int) _fstrlen( status ) );
}
#endif


//
// extern "C" char * ALArchiveGetStatusDetail( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We want to get the detailed string describing this
//                  object's current status.
//
// RETURNS
//
//  Always returns a pointer to a status detail message.
//
// DESCRIPTION
//
//  This is the C wrapper function for the C++ function
//  ALName::GetStatusDetail(), as implemented for class ALArchiveBase.
//  Note that we need a completely different function to return strings
//  to VB programmers.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A  : First release
//

extern "C" char AL_DLL_FAR * AL_FUNCTION
ALArchiveGetStatusDetail( hALArchive this_object )
{
    AL_ASSERT_OBJECT( this_object, ALArchiveBase, "ALArchiveGetStatusDetail" );
    const char *status = ( (ALArchiveBase *) this_object )->mStatus.GetStatusDetail();
    if ( status == 0 )
        status = "";
    return (char AL_DLL_FAR *) status;
}

//
// extern "C" long ALArchiveGetStatusDetailVB( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We want to get the detailed status message for
//                  this object.
//
// RETURNS
//
//  Always returns a VB handle (pointer?) to a translation of
//  the current status detail for the ALArchiveBase object.
//
// DESCRIPTION
//
//  This is the VB wrapper function for the C++ function
//  ALName::GetStatusDetail(), as implemented for class ALArchiveBase.
//  Note that we need a completely different function to return strings
//  to C programmers.  In this case, we use a special VB translation routine
//  to convert a C string to one that is nice and easy for VB to use.
//
//  All that happens here is that the arguments are checked for correct
//  type (when in debug mode), and a call is made to the appropriate
//  member function, with lots of casting.
//
// REVISION HISTORY
//
//   May 24, 1994  1.0A   : First release
//
//   August 10, 1994 1.0B : Combined a bunch of #ifdefs into a single test
//                          against AL_VB

#if defined( AL_VB )
extern "C" long AL_FUNCTION ALArchiveGetStatusDetailVB( hALArchive archive )
{
    AL_ASSERT_OBJECT( archive, ALArchiveBase, "ALArchiveGetStatusDetailVB" );
    const char _far *status = ( (ALArchiveBase *) archive)->mStatus.GetStatusDetail();
    if ( status == 0 )
        status = "";
    return ALCreateVBString( status, (unsigned short int) _fstrlen( status ) );
}
#endif

//
// extern "C" int ALArchiveGetVersion( hALArchive this_object )
//
// ARGUMENTS:
//
//  this_object   : A handle for (pointer to) an ALArchiveBase object.
//                  We want to get the version of this archive.
//
// RETURNS
//
//  Always returns the integer version of the object.  The current version
//  is 0x100.  Note that this is the version of the Archive, not of