A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: BCB 3.0 Standard with Flashexample project file??

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Posts
    2

    BCB 3.0 Standard with Flashexample project file??

    Hey all,

    I've browsed through OpenSWF, and managed to solve several error messages my compiler was spitting out.

    By changing
    * min/max which I later defined as flashmin/flashmax in macromedia.h
    * changing class->method to (*class).method

    But now, I'm getting unresolved external, it's probably because I haven't included something, but I have added all the *.cpp.

    My main file is exactly like swfproduce.cpp, can anyone help me?
    I am using BCB3.0 standard edition, and would appreciate a project file.

    thanks

    Andrew

    [LinkerError] Unresolved external 'FObjCollection::~FObjCollection()' referenced from D:\DEVELOPMENT\SOURCE\UNIT2.OBJ.
    [LinkerError] Unresolved external 'FCTSetBackgroundColor::~FCTSetBackgroundColor()' referenced from D:\DEVELOPMENT\JOHNHELP\FLASH\FLASH_FILE_FORMAT_(S WF)_SDK\FILEFORMATSDK_3_21_00\SOURCE\UNIT2.OBJ.
    [LinkerError] Unresolved external 'FObj::IsShowFrame()' referenced from D:\DEVELOPMENT\JOHNHELP\FLASH\FLASH_FILE_FORMAT_(S WF)_SDK\FILEFORMATSDK_3_21_00\SOURCE\UNIT2.OBJ.

    there are more [linkererrors], but I've decided to cull it.

  2. #2
    Junior Member
    Join Date
    Jan 2003
    Posts
    2
    I figured it out, I hadn't really added all the SDK files into my project.

    Andrew

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center