function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MotokiMotoki 

Problem rebuilding the Flex toolkit.

I add a line "connection.useProxy = false" in the send() function from the Transport.as file and tried to rebuild the as3Salesforce.swc file so that i can use the toolkit while having other applications using the Flex Data Services.
 
But when i include the swc in my project space, there are a few errors that:
 
"An internal build error has occurred. Please check the Error Log."
"unable to load SWC as3Salesforce.swc"
 
I believe that without the useProxy parameter set in the toolkit file, i can not have it work with my flex project... Is there any chance there will be a new distribution to fix this problem?
 
Thank you.
Motoki
Tony AlvesTony Alves
Typically, this error shows up when compiling and the library path is missing.

You may want to make sure your library path is pointing to the as3Salesforce.swc.
MotokiMotoki
Thanks Tony, actually i found out in fact i don't need to recompile the toolkit in order to do what i want a while ago.