Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Resource Editor

 
   PDA (Home) -> Pocket PC - Developer RSS
Next:  Playsound during a call  
Author Message
Daniel Kim

External


Since: Oct 27, 2008
Posts: 27



(Msg. 1) Posted: Tue Dec 16, 2008 9:02 pm
Post subject: Resource Editor
Archived from groups: microsoft>public>pocketpc>developer, others (more info?)

Hi.

It's me again. This time it's little bit different issue.
I'm not sure whether this is proper topic for this thread or not..If not,
sorry for bothering you, but I can't find other thread for this issue. If you
could let me know the proper thread, I'll post there.

I'm creating some MUI files with XN Resource Editor. Most of the time, it
works great. But sometimes, when I open some dialog resource in dlls with
this, it fails prompting some OS function failed.
So I need to find another tool which can open those dialogs, but I can't
find one.
I've been googling with "MUI, Localiztion, Resource editor" keywords, but XN
resource editor was the best I could find.

Do you have any suggestion?

Thanks.

With BR,
Daniel Kim
Back to top
Login to vote
Mihai N.

External


Since: Apr 15, 2007
Posts: 4



(Msg. 2) Posted: Wed Dec 17, 2008 1:01 am
Post subject: Re: Resource Editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> So I need to find another tool which can open those dialogs, but I can't
> find one.

Have you tried the Visual Studio resource editor ?


--
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
Back to top
Login to vote
Daniel Kim

External


Since: Oct 27, 2008
Posts: 27



(Msg. 3) Posted: Wed Dec 17, 2008 5:46 pm
Post subject: Re: Resource Editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Can I open resources from already built dll or exe with Visual Studio?
I know I can make new resources with VS, but my problem here is opening
resources from existing dll and exe files.

If you know how to, please help!

Thank you.

With BR,
Daniel Kim

"Mihai N." wrote:

> > So I need to find another tool which can open those dialogs, but I can't
> > find one.
>
> Have you tried the Visual Studio resource editor ?
>
>
> --
> Mihai Nita [Microsoft MVP, Visual C++]
> http://www.mihai-nita.net
> ------------------------------------------
> Replace _year_ with _ to get the real email
>
Back to top
Login to vote
Norman Bullen

External


Since: Dec 17, 2008
Posts: 1



(Msg. 4) Posted: Wed Dec 17, 2008 6:24 pm
Post subject: Re: Resource Editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Daniel Kim wrote:
> Can I open resources from already built dll or exe with Visual Studio?
> I know I can make new resources with VS, but my problem here is opening
> resources from existing dll and exe files.
>
> If you know how to, please help!
>
> Thank you.
>
> With BR,
> Daniel Kim
>
> "Mihai N." wrote:
>
>
>>>So I need to find another tool which can open those dialogs, but I can't
>>>find one.
>>
>>Have you tried the Visual Studio resource editor ?
>>
>>
>>--
>>Mihai Nita [Microsoft MVP, Visual C++]
>>http://www.mihai-nita.net
>>------------------------------------------
>>Replace _year_ with _ to get the real email
>>
With my rather old Embedded Visual C++ 4.0, I can use the File -> Open
menu and select File Type "Executable" and Open As "Resources."

--
Norm

To reply, change domain to an adult feline.
Back to top
Login to vote
Mihai N.

External


Since: Apr 15, 2007
Posts: 4



(Msg. 5) Posted: Wed Dec 17, 2008 6:57 pm
Post subject: Re: Resource Editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Can I open resources from already built dll or exe with Visual Studio?
> I know I can make new resources with VS, but my problem here is opening
> resources from existing dll and exe files.

It opens resources in dll/exe no problem.

One of the versions of VS (I thing 2003?) did not open the executables
in the resource editor by default, but you could still do File - Open - File
"Open With" (click on the down-arrow of the "Open" button) and then
select "Resource Editor"

Before that version and after the resource editor was/is the default
editor for executables.


--
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
Back to top
Login to vote
Daniel Kim

External


Since: Oct 27, 2008
Posts: 27



(Msg. 6) Posted: Wed Dec 17, 2008 10:42 pm
Post subject: Re: Resource Editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dear Norman

It worked! I use VS2005, and followed Mihai's instruction below, and worked!
I was so dumb that I never knew I can do it with resource editor in VS.
Thanks!

With BR,
Daniel Kim

"Norman Bullen" wrote:

> Daniel Kim wrote:
> > Can I open resources from already built dll or exe with Visual Studio?
> > I know I can make new resources with VS, but my problem here is opening
> > resources from existing dll and exe files.
> >
> > If you know how to, please help!
> >
> > Thank you.
> >
> > With BR,
> > Daniel Kim
> >
> > "Mihai N." wrote:
> >
> >
> >>>So I need to find another tool which can open those dialogs, but I can't
> >>>find one.
> >>
> >>Have you tried the Visual Studio resource editor ?
> >>
> >>
> >>--
> >>Mihai Nita [Microsoft MVP, Visual C++]
> >>http://www.mihai-nita.net
> >>------------------------------------------
> >>Replace _year_ with _ to get the real email
> >>
> With my rather old Embedded Visual C++ 4.0, I can use the File -> Open
> menu and select File Type "Executable" and Open As "Resources."
>
> --
> Norm
>
> To reply, change domain to an adult feline.
>
>
Back to top
Login to vote
Daniel Kim

External


Since: Oct 27, 2008
Posts: 27



(Msg. 7) Posted: Wed Dec 17, 2008 10:43 pm
Post subject: Re: Resource Editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dear Mihai

I have tried with VS2005 following your instruction, and it worked PERFECTLY!
Thanks so much!!

With BR,
Daniel Kim

"Mihai N." wrote:

> > Can I open resources from already built dll or exe with Visual Studio?
> > I know I can make new resources with VS, but my problem here is opening
> > resources from existing dll and exe files.
>
> It opens resources in dll/exe no problem.
>
> One of the versions of VS (I thing 2003?) did not open the executables
> in the resource editor by default, but you could still do File - Open - File
> "Open With" (click on the down-arrow of the "Open" button) and then
> select "Resource Editor"
>
> Before that version and after the resource editor was/is the default
> editor for executables.
>
>
> --
> Mihai Nita [Microsoft MVP, Visual C++]
> http://www.mihai-nita.net
> ------------------------------------------
> Replace _year_ with _ to get the real email
>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Resource file includes - He ppl, i am facing a problem in the resource file.i want to include a resource file based on my environment varible , in my sources.cmn file i have defined new varibles based on the env variable as shown below. !IF "$(PPCMAGNETO)"=...

Create a menu without resource - Hi, How do I create a Menu in SHMenuBar without use rc files in WM5 ? I need create menu in run-time. Thanks

PHM Registry Editor, how to install it? - Hi everyone. I know it can sound like a newbie question, but i'm pretty new to mobiles' world. Maybe this is a chance to learn something about mobiles' programs' installations procedures (if there are particular). Anyway, I followed this steps: 1) wen...

no easy way to get notified when the application is *reall.. - do you know an easy way to get notified when your application is *really* deactivated (and *really* activated)? when i mean by *really* is that the application is *really* deactivated when ALL its top-level windows (indluding its modal dialogs) are..

Question: Camera driver with DirectShow - Hello everybody, I am a beginner in writting drivers. Now I am writting the camera driver on Magneto. I have some questions, and I hope that you could give some advices to me. As we know, the new feature is that the camera co-work with DirectShow. (A)....
       PDA (Home) -> Pocket PC - Developer All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
  PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact