-
-
Notifications
You must be signed in to change notification settings - Fork 501
Can't compile #22
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
Comments
Hi @dsrlb, I've been meaning to test Excel-REST with 64-bit Excel since adding the timer functionality. Is it giving any details on what is causing it to fail to compile? (My guess it's |
Looking back at the source for the timer implementation, SetTimer and VBA, I think it may be the |
@dsrlb Will you replace
|
Thanks for the quick response! I'll try, but I'm not sure if I get that far. I'm getting an error on the module text "Version 1.0 CLASS". Yes, I did import the file, not add it. I did go back and add some conditional compilation stuff for the declare statements. |
That's definitely strange that Excel's not automatically removing the |
Sorry, didn't mean to close it. |
Based on the screenshot, it looks like something went awry during the import because the files listed should be in a Classes folder rather than the Modules folder. I would try removing them and re-importing and see if they are put in the Classes folder |
I'm able to get it to compile by doing the following:
Off to see if I can get the example GetDirections code to work. |
I've gotten it to work successfully with the new version of the RequestHelpers module and the Google GetDirections code. Next question, any ideas on why those classes won't import properly with Excel 2010 x64 or Excel 2013 x64? Ideally we would like to be able to import them into another workbook application and use them. |
I wonder if it's something in the header making it incompatible. Will you export the |
Here's the export of the RestRequest.cls file form the working workbook:
|
(trimmed your response to fit better) Thanks for checking for me, I'll add that in and see how it affects the 32-bit version |
Code listing returns 500 Internal error. Can You repost it? |
@przemoli Yes, this code has been merged and is included in version 2.1.3 and later |
I had the same problem as @dsrlb, because I copy-pasted the .cls/.bas files into Microsoft Access, instead of importing them with Import file... |
I'm unable to get this to compile on Office 2010 x64 or Office 2013 x64. Anybody else having this issue?
The text was updated successfully, but these errors were encountered: